Changes

Jump to: navigation, search

Oop344 20102 - iof functions

No change in size, 23:18, 9 June 2010
Simple Functions
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 iof_prnstr(const char *s) ===
Displays the null-terminated string pointed to by s starting at the current cursor position. This function leaves the cursor just after the last character displayed. If the string exceeds in length the available space on the current line of output, this function has undefined results. This function does not flush any output buffer.
1
edit

Navigation menu