|
Operating System
|
called when clock interupt occur. draw beautiful graph in terminal. More...
Go to the source code of this file.
Macros | |
| #define | DELAY 2 |
Functions | |
| void | callback () |
| char | nextAlphabet (char) |
| void | timeout () |
Variables | |
| char | ch = 'A' |
| int | delX [] = {1, 0, -1, 0} |
| int | delY [] = {0, 1, 0, -1} |
| int | direction = 0 |
| int | x = 0 |
| int | y = 0 |
| uint8_t | style = 0 |
called when clock interupt occur. draw beautiful graph in terminal.
Definition in file timeout.c.
1.8.15