Wrapper for the fwrite(stdout)
#include <cgi/cgiwrap.h>
NEOERR *cgiwrap_write (const char *buf, int buf_len);
buf - a character buffer
buf_len - the length of the buffer in buf
cgiwrap_write is the block data output function for cgiwrap that replaces fwrite(stdout) in regular CGIs
None