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

FreeBSD Manual Pages

  
 
  

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

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

SYNOPSIS
     int    xt_ff_get_flags(xt_ff_t *xt_ff_ptr)

ARGUMENTS
     xt_ff_ptr	  Pointer to the structure to set

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

RETURN VALUES
     Value of the structure member flags.

EXAMPLES
     xt_ff_t	  xt_ffile;
     int	     flags;

     flags = xt_ff_get_flags(&xt_ffile);

							      xt_ff_get_flags(3)

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

home | help