logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cgiwrap_init_std - Initialize cgiwrap with default functions

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.

Name

       cgiwrap_init_std  - Initialize cgiwrap with default functions

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)

Synopsis

       #include <cgi/cgiwrap.h>

       void cgiwrap_init_std (int argc, char **argv, char **envp);

See Also