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