V6/usr/source/iolib/putch.c
Find at most
5
10
20
50
100
500
related files.
including files from this version of Unix.
putchar (c) char c; { extern cout; cputc(c,cout); }