1cc_t(3type) cc_t(3type)
2
3
4
6 cc_t, speed_t, tcflag_t - terminal special characters, baud rates,
7 modes
8
10 Standard C library (libc)
11
13 #include <termios.h>
14
15 typedef /* ... */ cc_t;
16 typedef /* ... */ speed_t;
17 typedef /* ... */ tcflag_t;
18
20 cc_t is used for terminal special characters, speed_t for baud rates,
21 and tcflag_t for modes.
22
23 All are unsigned integer types.
24
26 POSIX.1-2008.
27
29 POSIX.1-2001.
30
32 termios(3)
33
34
35
36Linux man-pages 6.04 2023-03-30 cc_t(3type)