/*
 *	These definitions intercept I/0 for printing to windows
 *	or directly to the Centronics port on Atari computers.
 */

#define fputc   csputc
#define fputs   csputs
#define fwrite  cswrite
#define fprintf gemprintf
