KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Header for terminal I/O control. More...
#include <sys/cdefs.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | termios |
Macros | |
#define | NCCS 32 |
Typedefs | |
typedef uint32_t | tcflag_t |
typedef uint8_t | cc_t |
typedef uint32_t | speed_t |
Functions | |
int | tcgetattr (int fd, struct termios *termios_p) |
Header for terminal I/O control.
This file contains definitions for terminal I/O control operations, as specified by the POSIX standard. The termios structure and associated constants and functions are used to configure and control asynchronous communications ports.
#define NCCS 32 |
typedef uint8_t cc_t |
typedef uint32_t speed_t |
typedef uint32_t tcflag_t |
int tcgetattr | ( | int | fd, |
struct termios * | termios_p ) |