The baudrate routine returns the terminal baud rate.
Syntax | 
  | 
   #include <curses.h>
   int baudrate();
  | 
Return Values | 
  | 
The terminal's baud rate is returned in bits per second.
Description | 
  | 
The baudrate() routine returns the terminal's data
communication line and output speed in bits per second (for example, 9600).
Implementation Considerations | 
  | 
Identical to XPG/3
Portability | 
  | 
HP-UX, UNIX System V, XPG/3