Function

nuDebConCPuts

Syntax

void nuDebConCPuts(u32 wndNo, const char *s)

Arguments

Return Value
None

Explanation
Outputs the character string "s" to console window

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
nuDebConPutc
nuDebConPuts