|
LIBRARY#include <xtend/dsv.h> -lbiolibc SYNOPSISint csv_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 dsv_read_field(stream, buff, buff_size, ',', len)SEE ALSOdsv_read_field(3) Visit the GSP FreeBSD Man Page Interface. |