ref: 3bd5ff9583c4b33aa27754fb4c3b6792261feb8a
dir: /sys/src/ape/lib/ap/plan9/cfgetospeed.c/
#include <termios.h> speed_t cfgetospeed(const struct termios *) { return B0; } int cfsetospeed(struct termios *, speed_t) { return 0; } speed_t cfgetispeed(const struct termios *) { return B0; } int cfsetispeed(struct termios *, speed_t) { return 0; }