SYNOPSIS#include "cgi.h"
int cgisladdvar(sl, name, val)
CGISL *sl;
char *name, *val;
DESCRIPTION
The cgisladdvar() function adds a variable name with
value val to the given CGISL object. If the variable
already exists, the value is added to the variable's list of values.
The number of values for the variable is returned, or 0 on error.
SEE ALSOcgisladdstr()