Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xt_tsv_read_field(3)	    Library Functions Manual	    xt_tsv_read_field(3)

NAME
     xt_tsv_read_field() - Read next tab-separated field

LIBRARY
     #include <xtend/dsv.h>
     -lxtend

SYNOPSIS
     int     xt_tsv_read_field(FILE *stream, char buff[], size_t buff_size,
     size_t *len)

ARGUMENTS
     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

DESCRIPTION
     Equivalent to xt_dsv_read_field(stream, buff, buff_size, '\t', len)

SEE ALSO
     xt_dsv_read_field(3)

							    xt_tsv_read_field(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_tsv_read_field&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help