VOOZH about

URL: https://manpages.org/cgiwrap_writef/3

⇱ man cgiwrap_writef (3): a wrapper for printf


cgiwrap_writef(3) a wrapper for printf

SYNOPSIS


#include <cgi/cgiwrap.h>

NEOERR *cgiwrap_writef (const char *fmt, ...)
 ATTRIBUTE_PRINTF(1,2);

ARGUMENTS

fmt - standard printf fmt string and args

DESCRIPTION

cgiwrap_writef is the formatted output command that replaces printf or fprintf(stdout) in a standard CGI

RETURN VALUE

None