home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / lang / lsc30p4u.sit / unixexit.c < prev    next >
Text File  |  1989-01-15  |  109b  |  8 lines

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