Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
zconf.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define const   /* note: need a more gentle solution here */
 
#define z_const
 
#define MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(args)   ()
 
#define Z_ARG(args)   ()
 
#define ZEXTERN   extern
 
#define ZEXPORT
 
#define ZEXPORTVA
 
#define FAR
 
#define SEEK_SET   0 /* Seek from beginning of file. */
 
#define SEEK_CUR   1 /* Seek from current position. */
 
#define SEEK_END   2 /* Set file pointer to EOF plus "offset" */
 
#define z_off_t   long
 
#define z_off64_t   z_off_t
 

Typedefs

typedef unsigned char Byte
 
typedef unsigned int uInt
 
typedef unsigned long uLong
 
typedef Byte Bytef
 
typedef char charf
 
typedef int intf
 
typedef uInt uIntf
 
typedef uLong uLongf
 
typedef Bytevoidpc
 
typedef Bytevoidpf
 
typedef Bytevoidp
 
typedef unsigned long z_crc_t
 

Macro Definition Documentation

#define const   /* note: need a more gentle solution here */

Definition at line 217 of file zconf.h.

#define FAR

Definition at line 364 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 237 of file zconf.h.

#define MAX_WBITS   15 /* 32K LZ77 window */

Definition at line 247 of file zconf.h.

#define OF (   args)    ()

Definition at line 269 of file zconf.h.

#define SEEK_CUR   1 /* Seek from current position. */

Definition at line 476 of file zconf.h.

#define SEEK_END   2 /* Set file pointer to EOF plus "offset" */

Definition at line 477 of file zconf.h.

#define SEEK_SET   0 /* Seek from beginning of file. */

Definition at line 475 of file zconf.h.

#define Z_ARG (   args)    ()

Definition at line 277 of file zconf.h.

#define z_const

Definition at line 224 of file zconf.h.

#define z_off64_t   z_off_t

Definition at line 490 of file zconf.h.

#define z_off_t   long

Definition at line 481 of file zconf.h.

#define ZEXPORT

Definition at line 357 of file zconf.h.

#define ZEXPORTVA

Definition at line 360 of file zconf.h.

#define ZEXTERN   extern

Definition at line 354 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 368 of file zconf.h.

typedef Byte Bytef

Definition at line 377 of file zconf.h.

typedef char charf

Definition at line 379 of file zconf.h.

typedef int intf

Definition at line 380 of file zconf.h.

typedef unsigned int uInt

Definition at line 370 of file zconf.h.

typedef uInt uIntf

Definition at line 381 of file zconf.h.

typedef unsigned long uLong

Definition at line 371 of file zconf.h.

typedef uLong uLongf

Definition at line 382 of file zconf.h.

typedef Byte* voidp

Definition at line 391 of file zconf.h.

typedef Byte* voidpc

Definition at line 389 of file zconf.h.

typedef Byte* voidpf

Definition at line 390 of file zconf.h.

typedef unsigned long z_crc_t

Definition at line 408 of file zconf.h.