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