tcflush
tcflush(int fd, int which)
#define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue)
#define tcflush(fd, arg) ioctl(fd, TCFLSH, arg)