$manlookup

tcflag_t

(3type)

terminal special characters, baud rates, modes

Library functionsmanpages-dev 6.9.1-1also documents cc_t, speed_t
#include <termios.h> typedef /* ... */ cc_t; typedef /* ... */ speed_t; typedef /* ... */ tcflag_t;

LIBRARY

Standard C library (libc)

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-2008.

HISTORY

POSIX.1-2001.

See also