/* This file contains definitions that can be per-CPU and per-implementation. */ #define GETC getchar /* Routine to get chars from console */ #define PUTC putchar /* and put then */ #define PUTS printf