Changes.old: tfix
[man-pages.git] / man3type / cc_t.3type
blob811233193d338515e6945a150b451a2dc634195d
1 .\" Copyright (c) 2020-2022 by Alejandro Colomar <alx@kernel.org>
2 .\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
3 .\"
4 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
5 .\"
6 .\"
7 .TH cc_t 3type (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 cc_t, speed_t, tcflag_t \- terminal special characters, baud rates, modes
10 .SH LIBRARY
11 Standard C library
12 .RI ( libc )
13 .SH SYNOPSIS
14 .nf
15 .B #include <termios.h>
17 .BR typedef " /* ... */ " cc_t;
18 .BR typedef " /* ... */ " speed_t;
19 .BR typedef " /* ... */ " tcflag_t;
20 .fi
21 .SH DESCRIPTION
22 .I cc_t
23 is used for terminal special characters,
24 .I speed_t
25 for baud rates, and
26 .I tcflag_t
27 for modes.
29 All are unsigned integer types.
30 .SH STANDARDS
31 POSIX.1-2008.
32 .SH HISTORY
33 POSIX.1-2001.
34 .SH SEE ALSO
35 .BR termios (3)