|
SYNOPSIS
#include "cgi.h"
CGISL *opencgisl()
CGISL *closecgisl(sl)
CGISL *sl;
DESCRIPTION The opencgisl() function creates a variable list object. It
returns a pointer to a CGISL struct, or
CGISLPN on error. The object
initially contains no variables.
The closecgisl() function closes a CGISL struct and frees
its associated memory. It returns CGISLPN.
SEE ALSO
cgisladdvar() cgisladdstr() getcgisl() cgislvar()
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|