home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / dtp / ghost / gs301src / atari / st_winio.h < prev    next >
Text File  |  1994-09-11  |  221b  |  10 lines

  1. /*
  2.  *    These definitions intercept I/0 for printing to windows
  3.  *    or directly to the Centronics port on Atari computers.
  4.  */
  5.  
  6. #define fputc   csputc
  7. #define fputs   csputs
  8. #define fwrite  cswrite
  9. #define fprintf gemprintf
  10.