cgi_output (3) - Linux Manuals

cgi_output: display the CGI output to the user

NAME

cgi_output - display the CGI output to the user

SYNOPSIS

#include <cgi/cgi.h>

NEOERR *cgi_output (CGI *cgi, STRING *output);

ARGUMENTS

cgi - a pointer a CGI struct allocated with cgi_init
output - the data to send to output from the CGI

DESCRIPTION

Normally, this is called by cgi_display, but some people wanted it external so they could call it directly.

RETURN VALUE

None