![]() |
![]()
| ![]() |
![]()
LIBRARY#include <xtend/dsv.h> -lxtend SYNOPSISchar * xt_dsv_line_get_fields_ae(xt_dsv_line_t *xt_dsv_line_ptr, size_t c) ARGUMENTSxt_dsv_line_ptr Pointer to the structure to get c Subscript to the fields array DESCRIPTIONAccessor 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 VALUESValue of one element of structure member fields. EXAMPLESxt_dsv_line_t xt_dsv_line; size_t c; char ** fields_element; fields_element = xt_dsv_line_get_fields_ae(&xt_dsv_line, c);
|