logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cgiFreeList - Frees memory used by a list

Author

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

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);

See Also