V6/usr/source/iolib/putch.c

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

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