Function
nuDebConCPuts
Syntax
Arguments
Return Value
Explanation
Outputs the character string "s" to the console window specified by wndNo. This function differs from the nuDebConPuts function in that the null character ("/0") at the end of the string is not replaced with the line feed character ("/n").
See Also
void nuDebConCPuts(u32 wndNo, const char *s)
NU_DEB_CON_WINDOW0 Window 0
NU_DEB_CON_WINDOW1 Window 1
NU_DEB_CON_WINDOW2 Window 2
NU_DEB_CON_WINDOW3 Window 3
None
Outputs the character string "s" to console window
nuDebConPutc
nuDebConPuts