home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / animutil / fastgfx / fg110c / 12-04.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-31  |  102 b   |  10 lines

  1. #include <fastgraf.h>
  2.  
  3. void main(void);
  4.  
  5. void main()
  6. {
  7.    fg_setcaps(0);
  8.    fg_setnum(0);
  9. }
  10.