home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / DSOs / forum93 / case5 / main.c next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  101 b   |  8 lines

  1. #include <stdio.h>
  2.  
  3. main() {
  4.     printf("Entering Main\n");
  5.     z();
  6.     printf("Leaving Main\n");
  7. }
  8.