pub fn tcdrain(fd: fd_t) usize
pub fn tcdrain(fd: fd_t) usize { return syscall3(.ioctl, @as(u32, @bitCast(fd)), T.CSBRK, 1); }