home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / lang / thinkc30.sit / unixexit.c < prev    next >
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.