ack/modules/src/print/print.h
1987-03-09 15:15:03 +00:00

16 lines
331 B
C

/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
#define stdin STDIN
#define stdout STDOUT
#define stderr STDERR
#define printf print
#define sprintf sprint
#define fprintf fprint
#define FILE File