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