int putchar( char c )


	- prototype in stdio.h

	- same as putc(c,stdout)