Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xt_fd_purge(3)		   Library Functions Manual		xt_fd_purge(3)

NAME
       xt_fd_purge() - Discard unread input from input FILE buffer

LIBRARY
       #include	<xtend/file.h>
       -lxtend

SYNOPSIS
       void    xt_fd_purge(int fd)

ARGUMENTS
       fd: File	descriptor to purge

DESCRIPTION
       xt_fd_purge()  reads and	discards unwanted input	data (such as leftover
       input from a keyboard or	mouse) from the	input file descriptor fd.

SEE ALSO
       read(3),	fcntl(3)

								xt_fd_purge(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_fd_purge&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help