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

FreeBSD Manual Pages

  
 
  

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

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

SYNOPSIS
     int    xt_ff_get_fd(xt_ff_t *xt_ff_ptr)

ARGUMENTS
     xt_ff_ptr	  Pointer to the structure to set

DESCRIPTION
     Accessor for fd member in a xt_ff_t structure.  Use this function to get fd
     in a xt_ff_t object from non-member functions.

RETURN VALUES
     Value of the structure member fd.

EXAMPLES
     xt_ff_t	  xt_ffile;
     int	     fd;

     fd = xt_ff_get_fd(&xt_ffile);

								 xt_ff_get_fd(3)

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

home | help