FreeBSD Manual Pages
xt_dsv_li..._fields_ae(3) Library Functions Manual xt_dsv_li..._fields_ae(3) LIBRARY #include <xtend/dsv.h> -lxtend SYNOPSIS char * xt_dsv_line_get_fields_ae(xt_dsv_line_t *xt_dsv_line_ptr, size_t c) ARGUMENTS xt_dsv_line_ptr Pointer to the structure to get c Subscript to the fields array DESCRIPTION Accessor for an array element of fields member in a xt_dsv_line_t structure. Use this function to get xt_dsv_line_ptr->fields[c] in a xt_dsv_line_t object from non-member functions. RETURN VALUES Value of one element of structure member fields. EXAMPLES xt_dsv_line_t xt_dsv_line; size_t c; char ** fields_element; fields_element = xt_dsv_line_get_fields_ae(&xt_dsv_line, c); xt_dsv_li..._fields_ae(3)
LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | RETURN VALUES | EXAMPLES
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_dsv_line_get_fields_ae&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>