cgifreelist(3) - Linux man page

Name

cgiFreeList - Frees memory used by a list

Synopsys

#include <cgi.h>
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

cgigetvariables(3), cgigetcookies(3).