opencgisl(), closecgisl() - create/delete user-defined variable list

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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.