int putc( int c, FILE *fp )


	- prototype in stdio.h

	- puts char c to stream fp, returning c on success, else
	  returns EOF on error