|
NAMEcgiFreeList - Frees memory used by a listSYNOPSYS#include <cgi.h> void cgiFreeList (char **list); DESCRIPTIONA 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.AUTHORThis CGI library is written by Martin Schulze <joey@infodrom.org>. If you have additions or improvements please get in touch with him.SEE ALSOcgiGetVariables(3), cgiGetFiles(3), cgiGetCookies(3).
Visit the GSP FreeBSD Man Page Interface. |