logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

       All are unsigned integer types.

History

       POSIX.1-2001.

Library

       Standard C library (libc)

Name

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

See Also

termios(3)

Linux man-pages 6.9.1                              2024-05-02                                        cc_t(3type)

Standards

       POSIX.1-2008.

Synopsis

#include<termios.h>typedef /* ... */ cc_t;typedef /* ... */ speed_t;typedef /* ... */ tcflag_t;