home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Lightspeed C SKEL fldr / skel.c < prev   
Encoding:
Text File  |  1986-06-17  |  71 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.   body of Skel
  3. */
  4.  
  5.  
  6. main () {
  7.     setup ();
  8.     maineventloop ();
  9. }
  10.