GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STRFUNC(3) FreeBSD Library Functions Manual STRFUNC(3)

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>
October 1, 2000 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.