GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
Main Page
Related Pages
C modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
b
d
f
h
j
l
n
o
p
s
t
w
x
y
Variables
b
d
f
h
j
l
n
o
p
s
t
w
x
y
Files
File List
Globals
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
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
n
o
p
r
s
t
v
w
Typedefs
b
c
d
f
i
j
l
m
o
p
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
types.h
Go to the documentation of this file.
1
5
#ifndef TYPES_INCLUDE
6
#define TYPES_INCLUDE
7
8
#include <
asm/types.h
>
9
12
#define NULL 0
13
16
#define FALSE 0
19
#define TRUE 1
20
23
typedef
void
*
POINTER
;
24
25
#endif
types.h
POINTER
void * POINTER
Definition:
types.h:23