cgiwrap_writef (3) - Linux Manuals

cgiwrap_writef: a wrapper for printf

NAME

cgiwrap_writef - 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