system_data_types.7: Add 'cc_t'

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-23 13:22:08 +02:00 committed by Michael Kerrisk
parent d9e9879139
commit f71cb14dcb
1 changed files with 17 additions and 0 deletions

View File

@ -104,6 +104,23 @@ POSIX.1-2001 and later.
.IR "See also" :
.BR stat (2)
.RE
.\"------------------------------------- cc_t -------------------------/
.TP
.I cc_t
.RS
.IR Include :
.IR <termios.h> .
.PP
Used for terminal special characters.
According to POSIX,
it shall be an unsigned integer type.
.PP
.IR "Conforming to" :
POSIX.1-2001 and later.
.PP
.IR "See also" :
.BR termios (3)
.RE
.\"------------------------------------- clock_t ----------------------/
.TP
.I clock_t