COHERENT manpages

This page displays the COHERENT manpage for cfgetospeed() [Get terminal output speed].

List of available manpages
Index


cfgetospeed() -- termios Macro (termios.h)

Get terminal output speed
#include <termios.h>
int cfgetospeed(tty)
termios *tty;

Macro cfgetospeed()  returns the input  speed of the  terminal device.  tty
gives  the address  of  a structure  of  type termios.  It  must have  been
initialized by a call to the termios routine tcgetattr().

See Also

termios
POSIX Standard, §7.1.3