cgi_display (3) - Linux Manuals

cgi_display: render and display the CGI output to the user

NAME

cgi_display - render and display the CGI output to the user

SYNOPSIS

#include <cgi/cgi.h>

NEOERR *cgi_display (CGI *cgi, const char *cs_file);

ARGUMENTS

cgi - a pointer a CGI struct allocated with cgi_init
cs_file - a ClearSilver template file

DESCRIPTION

cgi_display will render the CS template pointed to by cs_file using the CGI's HDF data set, and send the output to the user. Note that the output is actually rendered into memory first.

RETURN VALUE

None