njPrintC
文字列を表示する

書 式

#include <Ninja.h>
void njPrintC(loc,*s);
Int loc
Uint8 *s

引 数

loc
表示位置
*s
出力文字列

返 値

なし

機 能

文字列を指定した画面位置に表示する。

用 例

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

備 考

表示位置はNJM_LOCATION(x,y)で指定します。x,yの値は文字列の行と列です。

関 連

njPrintColor
njPrintB
njPrintD
njPrintH
njPrintF

njPrintC

Copyright SEGA ENTERPRISES, LTD., 1997