summaryrefslogtreecommitdiff
path: root/src/termios/IXOFF.c
blob: a68b435127730f9a0daf3db136d25445261fdbcb (plain)
1
2
3
4
5
#include <termios.h>
#define IXOFF                                                            (1<<12)
/*
POSIX(1)
*/