home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Frameworks / TransSkel 3.24 / Documents / Tutorial / Examples / SimpleApp.c next >
Encoding:
C/C++ Source or Header  |  1996-01-17  |  113 b   |  9 lines  |  [TEXT/KAHL]

  1. # include    "TransSkel.h"
  2.  
  3. int
  4. main (void)
  5. {
  6.     SkelInit (nil);        /* initialize */
  7.     SkelCleanup ();        /* clean up */
  8. }
  9.