baudrate - get terminal baud rate
#include <curses.h> int baudrate(void);
The baudrate() function extracts the output speed of the terminal in bits per second.
The baudrate() function returns the output speed of the terminal.
No errors are defined.
tcgetattr() (in the XSH specification), <curses.h>.