1cgiwrap_writef(3) cgi/cgiwrap.h cgiwrap_writef(3)
2
3
4
6 cgiwrap_writef - a wrapper for printf
7
9 #include <cgi/cgiwrap.h>
10
11
12 NEOERR *cgiwrap_writef (const char *fmt, ...);
13
14
15
16
18 fmt - standard printf fmt string and args
19
20
22 cgiwrap_writef is the formatted output command that replaces printf or
23 fprintf(stdout) in a standard CGI
24
25
27 None
28
29
31 cgiwrap_writevf(3), cgiwrap_write(3), cgiwrap_read(3), cgi‐
32 wrap_iterenv(3), cgiwrap_putenv(3), cgiwrap_init_emu(3), cgi‐
33 wrap_getenv(3), cgiwrap_init_std(3), cgiwrap_writef
34
35
36
37ClearSilver 14 November 2006 cgiwrap_writef(3)