\" Generated by c2man from tsv_read_field.c .TH tsv_read_field 3 .SH LIBRARY \" Indicate #includes, library name, -L and -l flags #include -lbiolibc \" Convention: \" Underline anything that is typed verbatim - commands, etc. .SH SYNOPSIS .PP int tsv_read_field(FILE *stream, char buff[], size_t buff_size, size_t *len) .SH ARGUMENTS .nf .na stream: 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 .ad .fi .SH DESCRIPTION Equivalent to dsv_read_field(stream, buff, buff_size, '\\t', len) .SH SEE ALSO dsv_read_field(3)