/* * getchar.c - read a character from the standard input stream */ /* $Id$ */ #include int (getchar)(void) { return getchar(); }