home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MODEM / TLXTW201.ZIP / EXITTELX.SLT < prev    next >
Text File  |  1994-03-10  |  123b  |  9 lines

  1. // exittelx.slt
  2. // exits telix FAST!
  3. main()
  4. {
  5.  if (capture_stat() > 0)
  6.      capture("*close*");
  7.  exittelix(0,0);
  8. }
  9.