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
23typedef void * POINTER;
24
25#endif
void * POINTER
Definition: types.h:23