logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cgiwrap_writef - a wrapper for printf

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

Name

       cgiwrap_writef  - a wrapper for printf

Return Value

       None

See Also

cgiwrap_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

ClearSilver                                       12 July 2007                                 cgiwrap_writef(3)

Synopsis

       #include <cgi/cgiwrap.h>

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

See Also