home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / progrmng / thinkc32.sit / unixexit.c.bin / unixexit.c
Encoding:
Text File  |  1989-01-15  |  109 b   |  8 lines  |  [TEXT/KAHL]

  1. /*    (C) Copyright 1986. THINK Technologies, Inc.  All rights reserved. */    
  2.  
  3.  
  4. void _exit()
  5. {
  6.     ExitToShell();
  7. }
  8.