|
SLikeNet
0.1.3
|
#include <sys/time.h>#include <termios.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>#include <string.h>Go to the source code of this file.
Functions | |
| static void | cooked (void) |
| static void | raw (void) |
| static int | _kbhit (void) |
| static int | _getch (void) |
Variables | |
| static struct termios | g_old_kbd_mode |
|
static |
|
static |