Function

nuDebConPutc

Syntax

void nuDebConPutc(u32 wndNo, u32 c)

Arguments

Return Value
None

Explanation
Outputs one character to console window.

The character "c" is output to the console window specified by wndNo. "c" is output as the low-order 8 bit in ACSII code.


See Also
nuDebConCPuts
nuDebConPuts