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
/
IGNBRK.c
blob: 6be3a34c664d227e73f6767019870ed72e70ed69 (
plain
)
1
2
3
4
5
#include <termios.h> #define IGNBRK (1<<6) /* POSIX(1) */