|
LIBRARY#include <xtend/dsv.h> -lbiolibc SYNOPSISint tsv_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 dsv_read_field_malloc(stream, *buff, *buff_size, '\t', len)SEE ALSOdsv_read_field_malloc(3) Visit the GSP FreeBSD Man Page Interface. |