|
LIBRARY#include <xtend/dsv.h> -lbiolibc SYNOPSISint dsv_skip_rest_of_line(FILE *stream) ARGUMENTSstream: FILE stream from which field is read DESCRIPTIONRead and discard all remaining fields in a line from stream. I.e., discard everything up to and including the next newline ('\n').RETURN VALUESDelimiter ending the field (should always be newline ('\n'))SEE ALSOdsv_read_field(3), dsv_read_field_malloc(3), dsv_skip_field(3), dsv_line_read(3) Visit the GSP FreeBSD Man Page Interface. |