109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
# endif
# endif
#endif
return flags;
}
#ifdef ZLIB_DEBUG
# ifndef verbose
# define verbose 0
# endif
int ZLIB_INTERNAL z_verbose = verbose;
void ZLIB_INTERNAL z_error (m)
char *m;
|
|
|
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
# endif
# endif
#endif
return flags;
}
#ifdef ZLIB_DEBUG
#include <stdlib.h>
# ifndef verbose
# define verbose 0
# endif
int ZLIB_INTERNAL z_verbose = verbose;
void ZLIB_INTERNAL z_error (m)
char *m;
|