SYNOPSIS
#include <cgi/cgi.h>
NEOERR *cgi_cs_init(CGI *cgi, CSPARSE **cs);
ARGUMENTS
cgi - a pointer a CGI struct allocated with cgi_initcs - a pointer to a CS struct pointer
DESCRIPTION
cgi_cs_init initializes a CS parser with the CGI HDF context, and registers the standard CGI filters
RETURN VALUE
cs - the allocated/initialized CS struct