cgiFreeList

Langue: en

Version: 6 April 2008 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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), cgiGetCookies(3), and cgiGetFiles(3). This routine frees memory allocated by these routines.

AUTHOR

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

SEE ALSO

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