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

FreeBSD Manual Pages

  
 
  

home | help
xt_ff_dsv_..._get_fields(3) Library Functions Manual xt_ff_dsv_..._get_fields(3)

LIBRARY
     #include <xtend/ff-dsv.h>
     -lxtend

SYNOPSIS
     char **	xt_ff_dsv_line_get_fields(xt_ff_dsv_line_t *xt_ff_dsv_line_ptr)

ARGUMENTS
     xt_ff_dsv_line_ptr    Pointer to the structure to set

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

RETURN VALUES
     Value of the structure member fields.

EXAMPLES
     xt_ff_dsv_line_t	   xt_ff_dsv_line;
     char **	     fields;

     fields = xt_ff_dsv_line_get_fields(&xt_ff_dsv_line);

						     xt_ff_dsv_..._get_fields(3)

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

home | help