isblank() implementation.
[minix.git] / lib / libc / posix / _cfgetispeed.c
blob7bdaa63b60831c3dab30ace2d91a41d94437e5cf
1 /*
2 posix/_cfgetispeed
4 Created: June 11, 1993 by Philip Homburg
5 */
7 #include <termios.h>
9 speed_t _cfgetispeed(const struct termios *termios_p)
11 return termios_p->c_ispeed;