Prusa MINI Firmware overview
zconf.h File Reference

Go to the source code of this file.

Macros

#define const   /* note: need a more gentle solution here */
 
#define z_const
 
#define z_longlong   long long
 
#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 long z_size_t
 
typedef unsigned char Byte
 
typedef unsigned int uInt
 
typedef unsigned long uLong
 
typedef Byte FAR Bytef
 
typedef char FAR charf
 
typedef int FAR intf
 
typedef uInt FAR uIntf
 
typedef uLong FAR uLongf
 
typedef const Bytevoidpc
 
typedef Byte FARvoidpf
 
typedef Bytevoidp
 
typedef unsigned long z_crc_t
 

Macro Definition Documentation

◆ const

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

◆ z_const

#define z_const

◆ z_longlong

#define z_longlong   long long

◆ MAX_MEM_LEVEL

#define MAX_MEM_LEVEL   9

◆ MAX_WBITS

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

◆ OF

#define OF (   args)    ()

◆ Z_ARG

#define Z_ARG (   args)    ()

◆ ZEXTERN

#define ZEXTERN   extern

◆ ZEXPORT

#define ZEXPORT

◆ ZEXPORTVA

#define ZEXPORTVA

◆ FAR

#define FAR

◆ SEEK_SET

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

◆ SEEK_CUR

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

◆ SEEK_END

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

◆ z_off_t

#define z_off_t   long

◆ z_off64_t

#define z_off64_t   z_off_t

Typedef Documentation

◆ z_size_t

typedef unsigned long z_size_t

◆ Byte

typedef unsigned char Byte

◆ uInt

typedef unsigned int uInt

◆ uLong

typedef unsigned long uLong

◆ Bytef

typedef Byte FAR Bytef

◆ charf

typedef char FAR charf

◆ intf

typedef int FAR intf

◆ uIntf

typedef uInt FAR uIntf

◆ uLongf

typedef uLong FAR uLongf

◆ voidpc

typedef const Byte* voidpc

◆ voidpf

typedef Byte FAR* voidpf

◆ voidp

typedef Byte* voidp

◆ z_crc_t

typedef unsigned long z_crc_t