home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume5 / smallc / part3 / 8080 / exit.c < prev    next >
Encoding:
Text File  |  1986-11-30  |  51 b   |  6 lines

  1. exit(retcode) int retcode; {
  2. #asm
  3.     jmp    0
  4. #endasm
  5. }
  6.