print_char()
QNX SDP8.0Building Embedded SystemsConfigurationDeveloper
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.
Page updated: