print_sl()
QNX SDP8.0Building Embedded SystemsConfigurationDeveloper
Displays to video a string, followed by a long (x86 only)
Synopsis:
void print_sl (char *s, unsigned long n)
Arguments:
- s
- The sring to display
- n
- The long to display
Description:
This function uses INT 10h to output to video a string followed by a long. It is supported only for x86 platforms.
Page updated: