This commit is contained in:
2023-10-19 08:33:26 -04:00
commit 9f9476c233
6 changed files with 92 additions and 0 deletions

16
man/libcsvparser.3 Normal file
View File

@@ -0,0 +1,16 @@
.\" 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)