Name

putchar macro — Writes a character to stdout

Synopsis

int putchar(int c)

The putchar macro is equivalent to putc(c, stdout).