Changes

Jump to: navigation, search

OOP344 Assignment One

6 bytes added, 16:25, 19 December 2009
void io_putch(int c)
===void io_putch(int c)===
Displays the character '''c ''' at the current cursor position and advances the cursor by one position to the right. If the cursor is already at the rightmost column of the screen, the advance is system dependent. This function does not flush any output buffer.  
===void io_putstr(const char *s)===
1
edit

Navigation menu