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

FreeBSD Manual Pages

  
 
  

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

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

SYNOPSIS
       unsigned	char *	  xt_ff_get_start_ptr(xt_ff_t *xt_ff_ptr)

ARGUMENTS
       xt_ff_ptr    Pointer to the structure to	set

DESCRIPTION
       Accessor	 for  start_ptr	member in a xt_ff_t structure.	Use this func-
       tion to get start_ptr in	a xt_ff_t object from non-member functions.

RETURN VALUES
       Value of	the structure member start_ptr.

EXAMPLES
       xt_ff_t	    xt_ffile;
       unsigned	char * start_ptr;

       start_ptr = xt_ff_get_start_ptr(&xt_ffile);

							xt_ff_get_start_ptr(3)

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

home | help