.\" Manpage for libcsvparser. .TH man 3 "19 October 2023" "1.0" "Everest Linux Libraries Manual" .SH NAME libcsvparser \- csv parsing library .SH SYNOPSIS #include 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)