|
NAMEcgiwrap_writef - a wrapper for printfSYNOPSIS#include <cgi/cgiwrap.h> NEOERR *cgiwrap_writef (const char *fmt, ...) ATTRIBUTE_PRINTF(1,2); ARGUMENTSfmt - standard printf fmt string and argsDESCRIPTIONcgiwrap_writef is the formatted output command that replaces printf or fprintf(stdout) in a standard CGIRETURN VALUENoneSEE ALSOcgiwrap_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
Visit the GSP FreeBSD Man Page Interface. |