|
GBDK 2020 Docs
4.4.0
API Documentation for GBDK 2020
|
#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 |
Basic types.
Directly include the port specific file.
| #define NULL 0 |
Good 'ol NULL.
| #define FALSE 0 |
A 'false' value.
| #define TRUE 1 |
A 'true' value.
| typedef void* POINTER |
No longer used.