cgiFreeList - Frees memory used by a list
Contents
Description
A zero terminated list of characters is returned by the routines cgiGetVariables(3), cgiGetCookies(3),
and cgiGetFiles(3). This routine frees memory allocated by these routines.
Name
cgiFreeList - Frees memory used by a list
See Also
cgiGetVariables(3), cgiGetFiles(3), cgiGetCookies(3). CGI Library 6 April 2008 cgiFreeList(3)
Synopsys
#include<cgi.h>voidcgiFreeList(char**list);
