cgiwrap_writef(3) - Linux man page
Name
cgiwrap_writef - a wrapper for printfSynopsis
#include <cgi/cgiwrap.h>
NEOERR *cgiwrap_writef (const char *fmt, ...)
ATTRIBUTE_PRINTF(1,2);
Arguments
fmt - standard printf fmt string and argsDescription
cgiwrap_writef is the formatted output command that replaces printf or fprintf(stdout)in a standard CGI