USG_PG3/usr/source/portc2/putch.c

Compare this file to the similar file:
Show the results in this format:

putchar (c)
char c;
{
extern cout;
cputc(c,cout);
}