FreeBSD Manual Pages
STRFUNC(3) BSD Library Functions Manual STRFUNC(3) NAME strfunc -- advanced string manipulation library SYNOPSIS #include <strfunc.h> cc -I/usr/local/include [flags] files -L/usr/local/lib -lstrfunc DESCRIPTION These routines give the user a method of manipulating string lists, CGI forms, MIME data, configuration files and other handy functions. Please note that the library is constantly developed, so some changes may not be reflected in the manual pages. Please refer to the well commented str- func.h to get the actual things. In order to obtain the version of the library, there is a function int strfunc_version() exists. It may be useful to check some features or bug- fixes in run time. INDEX sf_svect(3) strings and string vectors handling functions sf_sbuf(3) smart buffers handling sf_cfg(3) configuration files parsing sf_cgi(3) CGI form parsing and recoding sf_mime(3) MIME handling sf_time(3) Date and time conversions sf_fmt(3) template formatting functions sf_sed(3) string editor functions sf_file(3) file position indicators sf_mem(3) memory control functions sf_misc(3) other functions AUTHORS Lev Walkin <vlm@lionet.info> BSD October 1, 2000 BSD
NAME | SYNOPSIS | DESCRIPTION | INDEX | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=strfunc&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>