16 lines
331 B
C
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
|