Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
STRFUNC(3)		    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 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.

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>

FreeBSD	Ports 14.quarterly	October	1, 2000			    STRFUNC(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libstrfunc&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help