cc_t

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

NAME

cc_t, speed_t, tcflag_t - terminal special characters, baud rates, modes  

LIBRARY

Standard C library (libc)  

SYNOPSIS

#include <termios.h>

typedef /* ... */ cc_t;
typedef /* ... */ speed_t;
typedef /* ... */ tcflag_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-2001 and later.  

SEE ALSO

termios(3)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:07:42 GMT, May 18, 2024