Displays to video a string, followed by a long (x86 only)
void print_sl (char *s, unsigned long n)
This function uses INT 10h to output to video a string followed by a long. It is supported only for x86 platforms.
None