Copyright Digital Equipment Corp. All rights reserved.
Writes a single character to the standard output (stdout) and
returns the character.
Format
#include <stdio.h>
int putchar (int character);
Argument Description Return_Values