|
LIBRARY#include <xtend/dsv.h> -lbiolibc SYNOPSISint dsv_skip_field(FILE *stream, const char *delims) ARGUMENTSstream: FILE stream from which field is read delims: Array of characters that may serve as delimiters DESCRIPTIONRead and discard next delimiter-separated field from stream. The fields may be ended by any character in the string delims or by a newline ('\n').RETURN VALUESDelimiter ending the field (either a member of delim or newline)SEE ALSOdsv_read_field(3), dsv_read_field_malloc(3), dsv_skip_rest_of_line(3), dsv_line_read(3) Visit the GSP FreeBSD Man Page Interface. |