/* * putchar.c - print (or buffer) a character on the standard output stream */ /* $Header$ */ #include int (putchar)(int c) { return putchar(c); }