The putchar function

Name

putchar -- 

Synopsis

#include <stdio.h>

int putchar (int c );

Description

The putchar function is supported as specified in ANSI C 7.9.7.9.

Returns

The putchar function returns the character written. If a write error occurs, the error indicator for the stream is set and putchar returns EOF.