Function
nuDebConPuts (Macro)
void nuDebConPuts(u32 wndNo, const char *s)
Arguments
Return Value
None
Explanation
Outputs the character string "s" to the console window.
Outputs the character string "s" to the console window specified by wndNo. In this case, the null character ("/0") at the end of the string is replaced with the line feed character ("/n").
This function is a macro for nuDebConCPuts.
See Also
nuDebConCPuts
nuDebConPutc