#include #include speed_t cfgetospeed(struct termios *termios_p) { return ((termios_p->c_iflag & (CBAUD|CBAUDEX))); }