—
NAME
cc_t, speed_t, tcflag_t - terminal special characters, baud rates, modes
LIBRARY
Standard C library (libc)
SYNOPSIS
bash
#include <termios.h>bash
typedef\n /* ... */ \ncc_t;\n
\ntypedef\n /* ... */ \nspeed_t;\n
\ntypedef\n /* ... */ \ntcflag_t;DESCRIPTION
cc_t is used for terminal special characters, speed_t for baud rates, and tcflag_t for modes.
All are unsigned integer types.
STANDARDS
POSIX.1-2008.
HISTORY
POSIX.1-2001.
SEE ALSO
termios(3)