/* * A subroutine version of the macro getchar. */ #include #undef getchar getchar() { return(getc(stdin)); }