|
NAMEcgiwrap_write - wrapper for the fwrite(stdout)SYNOPSIS#include <cgi/cgiwrap.h> NEOERR *cgiwrap_write (const char *buf, int buf_len); ARGUMENTSbuf - a character bufferbuf_len - the length of the buffer in buf DESCRIPTIONcgiwrap_write is the block data output function for cgiwrap that replaces fwrite(stdout) in regular CGIsRETURN VALUENoneSEE ALSOcgiwrap_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
Visit the GSP FreeBSD Man Page Interface. |