cgiwrap_init_std(3) 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