cc_t(3type) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | SEE ALSO

cc_t(3type)                                                  cc_t(3type)

NAME         top

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

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <termios.h>

       typedef /* ... */ cc_t;
       typedef /* ... */ speed_t;
       typedef /* ... */ tcflag_t;

DESCRIPTION         top

       cc_t is used for terminal special characters, speed_t for baud
       rates, and tcflag_t for modes.

       All are unsigned integer types.

STANDARDS         top

       POSIX.1-2008.

HISTORY         top

       POSIX.1-2001.

SEE ALSO         top

       termios(3)

Linux man-pages (unreleased)     (date)                      cc_t(3type)

Pages that refer to this page: termios(3)