Open main menu

CDOT Wiki β

Changes

Oop344 20102 - iof functions

3 bytes removed, 16:16, 13 June 2010
m
void iof_prnstr(const char* s)
=== 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 length 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.
== Complex Functions ==
1
edit