Function

nuDebConPrintf

Syntax

void nuDebConPrintf(u32 wndNo, const char *fmt, ...)

Arguments

Return Value
None

Explanation
Outputs the formatted character string to the console window.

Outputs a formatted character string to the console window specified by wndNo. The format specifications are based on the ANSI-C printf function, but the present version does not support the conversion specifiers %f, %e, %E, %g, and %G. (Support is planned in the next version.) To output a 64bit value, specify 11 in the conversion qualifier.