Name

putc macro — Writes a character

Synopsis

int putc(int c, FILE* stream)

The putc macro writes the character c, which must be cast to unsigned char, to stream.