_tcdrain.c

Go to the documentation of this file.
00001 /*
00002 posix/_tcdrain.c
00003 
00004 Created:        July 26, 1994 by Philip Homburg
00005 */
00006 
00007 #define tcdrain _tcdrain
00008 #define ioctl _ioctl
00009 #include <termios.h>
00010 #include <sys/ioctl.h>
00011 
00012 int tcdrain(fd)
00013 int fd;
00014 {
00015   return(ioctl(fd, TCDRAIN, (void *)0));
00016 }

Generated on Fri Apr 14 22:57:27 2006 for minix by  doxygen 1.4.6