Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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),    cgi-
     wrap_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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cgiwrap_init_std&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help