njPrintB Japanese
--|INDEX|->
Displays a value in binary notation.

FORMAT

#include <Ninja.h>
void njPrintB(loc, val, digit);
Int    loc
Uint32 val
Int    digit

PARAMETERS

loc
display position
val
value
digit
number of output digits

RETURN VALUE

None

FUNCTION


EXAMPLE

The following outputs the value of 100 as a binary number at location 10,10.
njPrintB(NJM_LOCATION(10,10),100,10);

NOTES


RELATED TOPICS

njPrintColor
njPrintC
njPrintD
njPrintH
njPrintF

njPrintB
--|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997