1
edit
Changes
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 ==