/* * getc.c - read an unsigned character */ /* $Id$ */ #include int(getc)(FILE* stream) { return getc(stream); }