DOKK / manpages / debian 11 / cgilib / cgiFreeList.3.en
cgiFreeList(3) Programmer's Manual cgiFreeList(3)

cgiFreeList - Frees memory used by a list

#include <cgi.h>

void cgiFreeList (char **list);

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.

This CGI library is written by Martin Schulze <joey@infodrom.org>. If you have additions or improvements please get in touch with him.

cgiGetVariables(3), cgiGetFiles(3), cgiGetCookies(3).

6 April 2008 CGI Library