Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
zipconf.h
Go to the documentation of this file.
1
#ifndef _HAD_ZIPCONF_H
2
#define _HAD_ZIPCONF_H
3
4
/*
5
zipconf.h -- platform specific include file
6
7
This file was generated automatically by CMake
8
based on ../cmake-zipconf.h.in.
9
*/
10
11
#define LIBZIP_VERSION "1.9.2"
12
#define LIBZIP_VERSION_MAJOR 1
13
#define LIBZIP_VERSION_MINOR 9
14
#define LIBZIP_VERSION_MICRO 2
15
16
#define HAVE_LIMITS_H 1
17
18
#if HAVE_LIMITS_H
19
#include <limits.h>
20
#endif
21
22
#define ZIP_STATIC 1
23
24
#define _Nullable
25
#define _Nonnull
26
27
#if !defined(__STDC_FORMAT_MACROS)
28
#define __STDC_FORMAT_MACROS 1
29
#endif
30
#include <inttypes.h>
31
32
typedef
int8_t
zip_int8_t
;
33
typedef
uint8_t
zip_uint8_t
;
34
typedef
int16_t
zip_int16_t
;
35
typedef
uint16_t
zip_uint16_t
;
36
typedef
int32_t
zip_int32_t
;
37
typedef
uint32_t
zip_uint32_t
;
38
typedef
int64_t
zip_int64_t
;
39
typedef
uint64_t
zip_uint64_t
;
40
41
#define ZIP_INT8_MIN (-ZIP_INT8_MAX-1)
42
#define ZIP_INT8_MAX 0x7f
43
#define ZIP_UINT8_MAX 0xff
44
45
#define ZIP_INT16_MIN (-ZIP_INT16_MAX-1)
46
#define ZIP_INT16_MAX 0x7fff
47
#define ZIP_UINT16_MAX 0xffff
48
49
#define ZIP_INT32_MIN (-ZIP_INT32_MAX-1L)
50
#define ZIP_INT32_MAX 0x7fffffffL
51
#define ZIP_UINT32_MAX 0xffffffffLU
52
53
#define ZIP_INT64_MIN (-ZIP_INT64_MAX-1LL)
54
#define ZIP_INT64_MAX 0x7fffffffffffffffLL
55
#define ZIP_UINT64_MAX 0xffffffffffffffffULL
56
57
#endif
/* zipconf.h */
uint16_t
unsigned short uint16_t
Definition:
sftypes.h:30
int64_t
long int64_t
Definition:
sftypes.h:32
int32_t
int int32_t
Definition:
sftypes.h:33
uint32_t
unsigned int uint32_t
Definition:
sftypes.h:29
uint64_t
unsigned long uint64_t
Definition:
sftypes.h:28
int16_t
short int16_t
Definition:
sftypes.h:34
uint8_t
unsigned char uint8_t
Definition:
sftypes.h:31
int8_t
char int8_t
Definition:
sftypes.h:35
zip_int16_t
int16_t zip_int16_t
Definition:
zipconf.h:34
zip_int8_t
int8_t zip_int8_t
Definition:
zipconf.h:32
zip_uint64_t
uint64_t zip_uint64_t
Definition:
zipconf.h:39
zip_uint32_t
uint32_t zip_uint32_t
Definition:
zipconf.h:37
zip_uint8_t
uint8_t zip_uint8_t
Definition:
zipconf.h:33
zip_int32_t
int32_t zip_int32_t
Definition:
zipconf.h:36
zip_uint16_t
uint16_t zip_uint16_t
Definition:
zipconf.h:35
zip_int64_t
int64_t zip_int64_t
Definition:
zipconf.h:38
build
subprojects
libzip-1.9.2
zipconf.h
Generated by
1.9.1