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

FreeBSD Manual Pages

  
 
  

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

NAME
     xt_csv_read_field_malloc()  -  Read  next comma-separated field, allocating
     memory as needed

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

SYNOPSIS
     int     xt_csv_read_field_malloc(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_malloc(stream, *buff, *buff_size, ',', len)

SEE ALSO
     xt_dsv_read_field_malloc(3)

						     xt_csv_read_field_malloc(3)

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

home | help