Go to the source code of this file.
Functions | |
| void | con_init (void) |
| void | con_end (void) |
| void | clrscr (void) |
| void | highvideo (void) |
| void | normvideo (void) |
| int | con_getch (void) |
| int | con_putch (int ch) |
| int | con_puts (char *s) |
| int | con_kbhit (void) |
| int | con_printf (char *buf,...) |
| int | con_scanf (char *fmt, void *app) |
| void | gotoxy (int x, int y) |
| void | delay (int msec) |
| void clrscr | ( | void | ) |
| void con_end | ( | void | ) |
| int con_getch | ( | void | ) |
| void con_init | ( | void | ) |
| int con_kbhit | ( | void | ) |
| int con_printf | ( | char * | buf, | |
| ... | ||||
| ) |
| int con_putch | ( | int | ch | ) |
| int con_puts | ( | char * | s | ) |
| int con_scanf | ( | char * | fmt, | |
| void * | app | |||
| ) |
| void delay | ( | int | msec | ) |
| void gotoxy | ( | int | x, | |
| int | y | |||
| ) |
| void highvideo | ( | void | ) |
| void normvideo | ( | void | ) |
1.7.1