baudrate(3) — Subroutines
NAME
baudrate − Returns terminal baudrate
SYNOPSIS
#include <curses.h>
int baudrate()
DESCRIPTION
The baudrate routine returns the output speed of the terminal in bits per second, for example 9600, as an integer.
RETURN VALUES
The baudrate function returns the baudrate in bits per second.