home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0959.lha / IntuiMake / example / main.c < prev    next >
C/C++ Source or Header  |  1993-11-08  |  159b  |  14 lines

  1. /* main.c
  2. **
  3. **
  4. */
  5.  
  6. #include "first_protos.h"
  7. #include "second_protos.h"
  8. /* SCAN_END */
  9.  
  10. void main (void)
  11. {
  12.   Test1 ("Test it:", 1);
  13.   Test2 ("Just do it:");
  14. }