debian man page for cgiwrap_init_std

Query: cgiwrap_init_std

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cgiwrap_init_std(3)						   cgi/cgiwrap.h					       cgiwrap_init_std(3)

NAME
cgiwrap_init_std - Initialize cgiwrap with default functions
SYNOPSIS
#include <cgi/cgiwrap.h> void cgiwrap_init_std (int argc, char **argv, char **envp);
ARGUMENTS
the arguments to main, namely argc/argv/envp
DESCRIPTION
cgiwrap_init_std will initialize the cgiwrap subsystem to use the default CGI functions, ie getenv/putenv/stdio. In reality, all this is doing is setting up the data for the cgiwrap_iterenv() function.
RETURN VALUE
None
SEE ALSO
cgiwrap_iterenv(3), cgiwrap_putenv(3), cgiwrap_init_emu(3), cgiwrap_writef(3), cgiwrap_init_std(3), cgiwrap_writevf(3), cgiwrap_read(3), cgiwrap_write(3), cgiwrap_getenv ClearSilver 12 July 2007 cgiwrap_init_std(3)
Related Man Pages
cgi_init(3) - debian
cgi_vredirect(3) - debian
cgiwrap_getenv(3) - debian
cgiwrap_init_std(3) - debian
cgiwrap_writevf(3) - debian
Similar Topics in the Unix Linux Community
Using argv argc
help for argv argc
ambiguity in program output
How to access argv[x] from another function other than main???
Segmentation Fault ERROR in C