Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
infback9.h File Reference

Go to the source code of this file.

Macros

#define inflateBack9Init(strm, window)
 

Functions

ZEXTERN int ZEXPORT inflateBack9 OF ((z_stream FAR *strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc))
 
ZEXTERN int ZEXPORT inflateBack9End OF ((z_stream FAR *strm))
 
ZEXTERN int ZEXPORT inflateBack9Init_ OF ((z_stream FAR *strm, unsigned char FAR *window, const char *version, int stream_size))
 

Macro Definition Documentation

◆ inflateBack9Init

#define inflateBack9Init (   strm,
  window 
)
Value:
inflateBack9Init_((strm), (window), \
#define ZLIB_VERSION
Definition: zlib.h:40
int ZEXPORT inflateBack9Init_(z_stream FAR *strm, unsigned char FAR *window, const char *version, int stream_size)
Definition: infback9.c:19

Definition at line 31 of file infback9.h.

Function Documentation

◆ OF() [1/3]

ZEXTERN int ZEXPORT inflateBack9 OF ( (z_stream FAR *strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc)  )

◆ OF() [2/3]

◆ OF() [3/3]

ZEXTERN int ZEXPORT inflateBack9Init_ OF ( (z_stream FAR *strm, unsigned char FAR *window, const char *version, int stream_size )