MIDAS
Loading...
Searching...
No Matches
fakezlib.cxx File Reference
#include <stdio.h>
#include <assert.h>
#include <zlib.h>
Include dependency graph for fakezlib.cxx:

Go to the source code of this file.

Functions

ZEXTERN gzFile ZEXPORT gzopen OF ((const char *path, const char *mode))
 
ZEXTERN int ZEXPORT gzread OF ((gzFile file, voidp buf, unsigned len))
 
ZEXTERN int ZEXPORT gzclose OF ((gzFile file))
 

Function Documentation

◆ OF() [1/3]

Definition at line 11 of file fakezlib.cxx.

12{
13 assert(!"fakezlib.cxx::gzopen(): libz.a is not availble in this build of MIDAS!");
14}

◆ OF() [2/3]

Definition at line 21 of file fakezlib.cxx.

22{
23 assert(!"fakezlib.cxx::gzclose(): libz.a is not availble in this build of MIDAS!");
24}

◆ OF() [3/3]

Definition at line 16 of file fakezlib.cxx.

17{
18 assert(!"fakezlib.cxx::gzread(): libz.a is not availble in this build of MIDAS!");
19}