|
LIBRARY#include <xtend/file.h> -lxtend SYNOPSISvoid xt_fd_purge(int fd) ARGUMENTSfd: File descriptor to purge DESCRIPTIONxt_fd_purge() reads and discards unwanted input data (such as leftover input from a keyboard or mouse) from the input file descriptor fd.SEE ALSOread(3), fcntl(3) Visit the GSP FreeBSD Man Page Interface. |