Prints the character to the application screen.
#include <screen.h>
int putcharacter (
int ch);
(IN) Specifies the character.
If successful, returns the number of characters printed to the screen. The value does not include the null terminating character.