GBDK 2020 Docs  4.2.0
API Documentation for GBDK 2020
types.h File Reference
#include <asm/types.h>

Go to the source code of this file.

Macros

#define NULL   0
 
#define FALSE   0
 
#define TRUE   1
 

Typedefs

typedef void * POINTER
 

Detailed Description

Basic types.
Directly include the port specific file.

Macro Definition Documentation

◆ NULL

#define NULL   0

Good 'ol NULL.

◆ FALSE

#define FALSE   0

A 'false' value.

◆ TRUE

#define TRUE   1

A 'true' value.

Typedef Documentation

◆ POINTER

typedef void* POINTER

No longer used.