int putchar (char c);
putchar will send a single character to the PC via SOUT.
putchar returns the character sent in form of an integer.