libuproc  1.2.0
Macros | Functions
Wrapped IO streams with gz compression

Macros

#define uproc_stdout_gz   uproc_io_stdstream_gz(stdout)
 stdout, gzip compressed More...
 
#define uproc_stderr_gz   uproc_io_stdstream_gz(stderr)
 stderr, gzip compressed More...
 

Functions

uproc_io_streamuproc_io_stdstream_gz (FILE *stream)
 Wraps gz input streams. More...
 

Detailed Description

Note
These macros are only available if libuproc was compiled with zlib support. uproc_stdin_gz is not needed, zlib is used by default and can also read uncompressed data from stdin.
Using one of these macros registers an exit handler using atexit().

Macro Definition Documentation

#define uproc_stdout_gz   uproc_io_stdstream_gz(stdout)

stdout, gzip compressed

#define uproc_stderr_gz   uproc_io_stdstream_gz(stderr)

stderr, gzip compressed

Function Documentation

uproc_io_stream* uproc_io_stdstream_gz ( FILE *  stream)

Wraps gz input streams.

Called by the Wrapped IO streams with gz compression macros.