RTEMS CPU Kit with SuperCore  4.11.3
Macros
zlib.h File Reference
#include <zlib.h>
Include dependency graph for zlib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define zlib_deflateInit(x, y)   deflateInit(x,y)
 
#define zlib_deflate(x, y)   deflate(x,y)
 
#define zlib_deflateEnd(x)   deflateEnd(x)
 
#define zlib_inflateInit(x)   inflateInit(x)
 
#define zlib_inflateInit2(x, y)   inflateInit2(x,y)
 
#define zlib_inflate(x, y)   inflate(x,y)
 
#define zlib_inflateEnd(x)   inflateEnd(x)