Display a character to video.
void print_char (int c)
This function uses INT 10h to output a character to video. It is supported only for x86 platforms.
None