#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | STDIN_FILENO 0 |
#define | TEST |
Functions | |
void | echo (unsigned char ch) |
unsigned char | kb_getc (void) |
unsigned char | kb_getc_w (void) |
int | set_tty_cbreak () |
int | set_tty_cooked () |
int | set_tty_raw (void) |
Variables | |
int | errno |
#define STDIN_FILENO 0 |
void echo | ( | unsigned char | ch | ) |
int set_tty_cbreak | ( | ) |
int set_tty_cooked | ( | ) |
int set_tty_raw | ( | void | ) |
int errno |