Function


nuDebConPuts


Syntax

void nuDebConPuts(u32 wndNo, const char *s)

Arguments

wndNo      window number 
           NU_DEB_CON_WINDOW0   Window 0 
           NU_DEB_CON_WINDOW1   Window 1 
           NU_DEB_CON_WINDOW2   Window 2 
           NU_DEB_CON_WINDOW3   Window 3 
s pointer to character string

Return Value

None

Description

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