strfunc
— advanced
string manipulation library
#include <strfunc.h>
cc |
-I/usr/local/include
[flags] files
-L/usr/local/lib
-lstrfunc |
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
strfunc.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 bugfixes in run time.
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 |
Lev Walkin <vlm@lionet.info>