print_string()
QNX SDP8.0Building Embedded SystemsConfigurationDeveloper
Display a string to video
Synopsis:
void print_string (char *msg)
Arguments:
- msg
- A pointer to the character string to display on video
Description:
This function uses INT 10h to output a string to video. It is supported only for x86 platforms.
Page updated: