PUTCHAR(3) Library Functions Manual PUTCHAR(3)

putcharput byte on stdout stream

#include <stdio.h>

int putchar(int c);

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

Refer to fputc(3) .

Refer to fputc(3) .

None.

None.

None.

putc(3) , <stdio.h> .

Derived from Issue 1 of the SVID.

February 1997 posix.fail