NAME putc - write character to standard output SYNOPSIS call putc (c) character c DESCRIPTION Putc writes a character onto the standard output file (STDOUT). If c is a NEWLINE character, the appropriate action is taken to indicate the end of the record on the file. The character is assumed to be in ascii format; however, if the output file is not ascii, characters are mapped into their corresponding format. SEE ALSO putch, putlin DIAGNOSTICS None