Copyright Digital Equipment Corp. All rights reserved.
The putc macro writes a single character to a specified file.
Format
#include <stdio.h>
int putc (int character, FILE *file_ptr);
Arguments Description Return_Values