init
This commit is contained in:
16
man/libcsvparser.3
Normal file
16
man/libcsvparser.3
Normal 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)
|
||||
Reference in New Issue
Block a user