debian man page for cgiwrap_writef

Query: cgiwrap_writef

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cgiwrap_writef(3)						   cgi/cgiwrap.h						 cgiwrap_writef(3)

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
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)
Related Man Pages
cgi_cs_init(3) - debian
cgi_display(3) - debian
cgi_redirect(3) - debian
cgi_neo_error(3) - debian
cgi_vredirect(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?