![]() |
![]()
| ![]() |
![]()
NAMExt_dsv_skip_rest_of_line() - Read and discard rest of input line LIBRARY#include <xtend/dsv.h> -lxtend SYNOPSISint xt_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 ALSOxt_dsv_read_field(3), xt_dsv_read_field_malloc(3), xt_dsv_skip_field(3), xt_dsv_line_read(3)
|