index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
termios
/
CSTOPB.c
blob: 914648774323ce437df015bf7aabfe19899c867c (
plain
)
1
2
3
4
5
#include <termios.h> #define CSTOPB (1<<2) /* POSIX(1) */