Changes

Jump to: navigation, search

OOP344 Assignment One

2 bytes removed, 00:35, 14 September 2009
no edit summary
===void io_init(void)===
Initializes the '''io''' routines. Your application calls this function before calling any other '''io''' function and only once before calling '''io_doneio_end()'''.===void io_doneio_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. Any application that has called '''io_init()''' should call this function before terminating.

Navigation menu