HPlogo MPE/iX Developer's Kit Reference Manual Volume 2: HP 3000 MPE/iX Computer Systems > Chapter 4 CURSES

baudrate

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

Feedback to webmaster