GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
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