![]() |
![]()
| ![]() |
![]()
NAMExt_tsv_read_field() - Read next tab-separated field LIBRARY#include <xtend/dsv.h> -lxtend SYNOPSISint xt_tsv_read_field(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(stream, buff, buff_size, '\t', len) SEE ALSOxt_dsv_read_field(3)
|