Ninja Library - Debugging Function

njPrintC

Displays a character string

FORMAT

void njPrintC( loc, *s )
Int loc
Uint8 *s

PARAMETER

 loc  Display position 
 *s   Character string to be output 

RETURN

None

DESCRIPTION

Displays a character string at the specified screen location.

EXAMPLE

njPrintC(NJM_LOCATION(10,10),"NINJA TEST");

NOTE

The display position is specified by NJM_LOCATION(x,y). The x,y value gives the line and column for the character string.

REFERENCE

njPrintColor()
njPrintB()
njPrintD()
njPrintH()
njPrintF()

njPrintC
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999