Difference between revisions of "PROJECTS"

From CDOT Wiki
Jump to: navigation, search
Line 12: Line 12:
 
   <td>Initializes the iof routines.</td>
 
   <td>Initializes the iof routines.</td>
 
  </tr>
 
  </tr>
</table>
+
<tr>
 +
  <td>void iof_end(void)</td>
 +
  <td>Shuts down the io routines and ensures that the cursor is not left in the middle of the screen, which may be partly filled with characters. </td>
 +
</tr>
 +
</table>

Revision as of 13:07, 6 June 2010

projects of oop344

IOF

Function Name
void iof_init(void) Initializes the iof routines.
void iof_end(void) Shuts down the io routines and ensures that the cursor is not left in the middle of the screen, which may be partly filled with characters.