home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / djgpp / emu387 / main.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-10  |  134 b   |  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.