Changes

Jump to: navigation, search

PROJECTS

602 bytes added, 13:20, 6 June 2010
no edit summary
=IOF=
[https://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions[iof functions]]
<table border="1" cellspacing="0" cellpadding="4" style=" border:1px solid ; font-size:small; line-height:1.5;">
<td>int iof_getch(void) </td>
<td>Returns the virtual key code identifying the key pressed by the user. </td>
</tr>
<tr>
<td>void iof_movecur(int r, int c) </td>
<td>Positions the cursor at row r and column c, where row 0 is the top row and column 0 is the leftmost column.</td>
</tr>
<tr>
<td>void iof_putch(int c)</td>
<td>Displays the character c at the current cursor position and advances the cursor by one position to the right. </td>
</tr>
<tr>
<td>void iof_prnstr(const char *s) </td>
<td>Displays the null-terminated string pointed to by s starting at the current cursor position.</td>
</tr>
</table>
1
edit

Navigation menu