Return to previous page | Return to menu | Go to next page


void
Character display function

slPrint

Text display on screen

Format

void slPrint(string , dspadd)
char *string ;
void *dspadd ;

Parameter

string Text string to be displayed
dspadd Text display address (return value of "slLocate")

Function

The character string specified as a parameter is displayed on the screen.

Return value

None

Reference: Chapter 8 Scroll

slPrint


Return to previous page | Return to menu | Go to next page