libcsvparser/man/libcsvparser.3
2023-10-19 08:33:26 -04:00

17 lines
544 B
Groff

.\" Manpage for libcsvparser.
.TH man 3 "19 October 2023" "1.0" "Everest Linux Libraries Manual"
.SH NAME
libcsvparser \- csv parsing library
.SH SYNOPSIS
#include <csvparser.h>
parse_tokens(FILE);
(user)$ gcc -lcsvparser prog.c -o prog
.SH DESCRIPTION
libcsvparser is a library that can read a .csv file and print out its tokens individually. It is provided as a static library only.
.SH BUGS
Report all bugs on the issues page at https://git.everestlinux.org/EverestLinux/libcsvparser
.SH AUTHOR
Liam Waldron (liamwaldron@everestlinux.org)