KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
termios Struct Reference

#include <termios.h>

Data Fields

tcflag_t c_iflag
 
tcflag_t c_oflag
 
tcflag_t c_cflag
 
tcflag_t c_lflag
 
cc_t c_cc [NCCS]
 
speed_t c_ispeed
 
speed_t c_ospeed
 

Field Documentation

◆ c_cc

cc_t termios::c_cc[NCCS]

◆ c_cflag

tcflag_t termios::c_cflag

◆ c_iflag

tcflag_t termios::c_iflag

◆ c_ispeed

speed_t termios::c_ispeed

◆ c_lflag

tcflag_t termios::c_lflag

◆ c_oflag

tcflag_t termios::c_oflag

◆ c_ospeed

speed_t termios::c_ospeed

The documentation for this struct was generated from the following file: