cfgetospeed
extern speed_t cfgetospeed(const struct termios *termios);
out = cfgetospeed(&old_tc);
# define cfgetispeed(ptr) cfgetospeed(ptr)