print_char()

Display a character to video.

Synopsis:

void print_char (int c)

Arguments:

n
The character to output to video

Description:

This function uses INT 10h to output a character to video. It is supported only for x86 platforms.

Returns:

None