#include speed_t cfgetospeed(const struct termios *termios_p) { return termios_p->c_cflag & CBAUD; }