Home |
RTKernel-32 Programming Manual Function WPutC |
Function WPutCWPutC writes a character to a window: int WPutC(WWindow * W, int C); ParametersWPointer to the window structure of the output window. CThe character to display. Characters CR, LF, BS, and TAB will be interpreted as control characters. FF (form feed) will clear the window. All other characters are written to the video RAM and the logical output cursor position is advanced.
|