file | ousrc.c |
declaration | function readchar() |
returns | c, char, key pressed |
purpose | Waits for the user to hit a key on the keyboard, and returns its value |
example | none |
notes |
|
file | iusrc.c |
declaration | function readkey() |
returns | key, char, key pressed |
purpose | Waits for the user to hit a key on the keyboard, and returns its value |
example | none |
notes |
|