NAME
cgiFreeList - Frees memory used by a list
SYNOPSYS
#include <cgi.h>
I void cgiFreeList (char ** list );
DESCRIPTION
A zero terminated list of characters is returned by the routines
cgiGetVariables(3)
and
cgiGetCookies(3).
This routine frees memory allocated by these routines.
AUTHOR
This CGI library is written by Martin Schulze
<joey@infodrom.north.de>. If you have additions or improvements
please get in touch with him.
SEE ALSO