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