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 ATTRIBUTE_PRINTF(1,2);
14
15
16
17
19 fmt - standard printf fmt string and args
20
21
23 cgiwrap_writef is the formatted output command that replaces printf or
24 fprintf(stdout) in a standard CGI
25
26
28 None
29
30
32 cgiwrap_iterenv(3), cgiwrap_putenv(3), cgiwrap_init_emu(3), cgi‐
33 wrap_writef(3), cgiwrap_init_std(3), cgiwrap_writevf(3), cgi‐
34 wrap_read(3), cgiwrap_write(3), cgiwrap_getenv
35
36
37
38ClearSilver 12 July 2007 cgiwrap_writef(3)