blob: d62f02ba80a7013eddc5b478856b71b1595f97d5 [file] [log] [blame]
#include <sys/ioctl.h>
#include <termios.h>
int tcflush(int fd, int queue) {
return ioctl(fd, TCFLSH, queue);
}