GBDK 2020 Docs
4.5.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
10
#ifndef NULL
11
#define NULL (void *)0
12
#endif
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
gbdk-lib
include
types.h
Generated by
1.9.2