1baudrate(3XCURSES)      X/Open Curses Library Functions     baudrate(3XCURSES)
2
3
4

NAME

6       baudrate - return terminal baud rate
7

SYNOPSIS

9       cc [ flag... ] file... -I /usr/xpg4/include  -L  /usr/xpg4/lib \
10        -R  /usr/xpg4/lib  -lcurses  [ library... ]
11
12       c89 [ flag... ] file... -lcurses [ library... ]
13
14       #include <curses.h>
15
16       int baudrate(void);
17
18

DESCRIPTION

20       The  baudrate() function returns the terminal's data communication line
21       and output speed in bits per second (for example, 9600).
22

RETURN VALUES

24       The baudrate() function returns the output speed of the terminal.
25

ERRORS

27       None.
28

ATTRIBUTES

30       See attributes(5) for descriptions of the following attributes:
31
32
33
34
35       ┌─────────────────────────────┬─────────────────────────────┐
36       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │Interface Stability          │Standard                     │
39       ├─────────────────────────────┼─────────────────────────────┤
40       │MT-Level                     │Unsafe                       │
41       └─────────────────────────────┴─────────────────────────────┘
42

SEE ALSO

44       libcurses(3XCURSES), attributes(5), standards(5)
45
46
47
48SunOS 5.11                        5 Jun 2002                baudrate(3XCURSES)
Impressum