njPrintC
Japanese
<-
|
INDEX
|
->
Displays a character string.
FORMAT
#include <Ninja.h> void njPrintC(loc,*s); Int loc Uint8 *s
PARAMETERS
loc
display position
*s
character string to be output
RETURN VALUE
None
FUNCTION
Displays a character string at the specified screen location.
EXAMPLE
njPrintC(NJM_LOCATION(10,10),"NINJA TEST");
NOTES
The display position is specified by NJM_LOCATION(x,y).
x,y specify a character position in a row.
RELATED TOPICS
njPrintColor
njPrintD
njPrintB
njPrintH
njPrintF
njPrintC
<-
|
INDEX
|
->
Copyright SEGA ENTERPRISES, LTD., 1997