Function
nuDebConPrintf
Syntax
Arguments
Return Value
Explanation
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.
void nuDebConPrintf(u32 wndNo, const char *fmt, ...)
None
Outputs the formatted character string to the console window.