![]() |
![]()
| ![]() |
![]()
LIBRARY#include <xtend/dsv.h> -lxtend SYNOPSISint xt_dsv_line_set_delims_ae(xt_dsv_line_t *xt_dsv_line_ptr, size_t c, char new_delims_element) ARGUMENTSxt_dsv_line_ptr Pointer to the structure to set c Subscript to the delims array new_delims_element The new value for delims[c] DESCRIPTIONMutator for an array element of delims member in a xt_dsv_line_t structure. Use this function to set xt_dsv_line_ptr->delims[c] in a xt_dsv_line_t object from non-member functions. RETURN VALUESDSV_DATA_OK if the new value is acceptable and assigned DSV_DATA_OUT_OF_RANGE otherwise EXAMPLESxt_dsv_line_t xt_dsv_line; size_t c; char * new_delims_element; if ( xt_dsv_line_set_delims_ae(&xt_dsv_line, c, new_delims_element) SEE ALSODSV_LINE_SET_DELIMS_AE(3)
|