1cgiwrap_writevf(3) cgi/cgiwrap.h cgiwrap_writevf(3)
2
3
4
6 cgiwrap_writevf - a wrapper for vprintf
7
9 #include <cgi/cgiwrap.h>
10
11
12 NEOERR *cgiwrap_writevf (const char *fmt, va_list ap);
13
14
15
16
18 fmt - standard printf fmt string
19 ap - stdarg argument pointer
20
21
23 cgiwrap_writevf is the formatted output command that replaces vprintf
24 or fvprintf(stdout) in a standard CGI It is also used by cgiwrap_writef
25 (the actual wrapped function is a v type function)
26
27
29 None
30
31
33 cgiwrap_writevf(3), cgiwrap_write(3), cgiwrap_read(3), cgi‐
34 wrap_iterenv(3), cgiwrap_putenv(3), cgiwrap_init_emu(3), cgi‐
35 wrap_getenv(3), cgiwrap_init_std(3), cgiwrap_writef
36
37
38
39ClearSilver 14 November 2006 cgiwrap_writevf(3)