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

FreeBSD Manual Pages

  
 
  

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

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

SYNOPSIS
     unsigned char *	xt_ff_get_buff(xt_ff_t *xt_ff_ptr)

ARGUMENTS
     xt_ff_ptr	  Pointer to the structure to set

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

RETURN VALUES
     Value of the structure member buff.

EXAMPLES
     xt_ff_t	  xt_ffile;
     unsigned char * buff;

     buff = xt_ff_get_buff(&xt_ffile);

							       xt_ff_get_buff(3)

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

home | help