cgiwrap_write
cgiwrap_write
Section: cgi/cgiwrap.h (3) Updated: 12 July 2007 Local index
Up
NAME
cgiwrap_write - wrapper for the fwrite(stdout)
SYNOPSIS
#include <cgi/cgiwrap.h>
NEOERR *cgiwrap_write (const char *buf, int buf_len);
ARGUMENTS
buf - a character buffer
buf_len - the length of the buffer in buf
DESCRIPTION
cgiwrap_write is the block data output function for
cgiwrap that replaces fwrite(stdout) in regular CGIs
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
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURN VALUE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:43:21 GMT, April 16, 2011