home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 359_11 / patch5.000 / EMU387 / MAIN.CC < prev    next >
C/C++ Source or Header  |  1991-09-11  |  134b  |  11 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. extern void emu_install();
  5. extern void emu_printall();
  6.  
  7. main()
  8. {
  9.   emu_install();
  10. }
  11.