#include <stdio.h>
int putchar (int c );
int putchar
The putchar function is supported as specified in ANSI C 7.9.7.9.
The putchar function returns the character written. If a write error occurs, the error indicator for the stream is set and putchar returns EOF.