![]() |
![]()
| ![]() |
![]()
NAMExt_csv_read_field_malloc() - Read next comma-separated field, allocating memory as needed LIBRARY#include <xtend/dsv.h> -lxtend SYNOPSISint xt_csv_read_field_malloc(FILE *stream, char **buff, size_t *buff_size, size_t *len) ARGUMENTSstream FILE stream from which field is read buff Character buff into which field is copied buff_size Size of the array passed to buff len Pointer to a variable which will receive the field length DESCRIPTIONEquivalent to xt_dsv_read_field_malloc(stream, *buff, *buff_size, ',', len) SEE ALSOxt_dsv_read_field_malloc(3)
|