/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include #include #undef getchar int getchar(void) { return getc(stdin); }