|
LIBRARY#include <xtend/dsv.h> -lbiolibc SYNOPSISint dsv_line_write(dsv_line_t *dsv_line, FILE *stream) ARGUMENTSdsv_line: Pointer to dsv_line_t structure holding the fields stream: FILE stream to which fields are printed (e.g. stderr) DESCRIPTIONPrint an arbitrary DSV line for debugging.RETURN VALUESThe number of fields successfully writtenSEE ALSOdsv_line_read(3) Visit the GSP FreeBSD Man Page Interface. |