A wrapper for printf
#include <cgi/cgiwrap.h>
NEOERR *cgiwrap_writef (const char *fmt, ...)
ATTRIBUTE_PRINTF(1,2);
fmt - standard printf fmt string and args
cgiwrap_writef is the formatted output command that replaces printf or fprintf(stdout) in a standard CGI
None