Nindows2 Library - デバッグ関数

nwDbPrint

デバッグ文字列の出力

書式

void nwDbPrint( pStr )
const char *pStr

引数

pStr 出力する文字列へのポインタ

戻り値

なし

解説

Nindows2のコンソール、及びシリアルへ文字列を出力します。

書式付文字列を使用したい場合はnwDbPrintfを使ってください。


用例

nwPrint( "Test String.\n" );

参照

nwDbPrintf()
 デバッグ文字列の出力(書式付)

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