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