Nindows Library - デバッグウィンドウ関数

nwDebugPrintf

文字列の追加表示
書式
void nwDebugPrintf( fmt, ... )
Sint8 *fmt
...

引数
fmt   printf()書式文字列
...   

戻り値
なし

解説
デバッグウィンドウに文字列を追加し表示します。 C言語の標準関数 printf()書式が利用できます。

用例
nwDebugPrintf( "i = %d\n", i );

参照
nwEditWinPrintf()
 文字列の追加表示

nwDebugPrintf
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998-2000