GBDK 2020 Docs
API Documentation for GBDK 2020
gbdk-lib.h
Go to the documentation of this file.
1 
4 #ifndef GBDK_LIB_INCLUDE
5 #define GBDK_LIB_INCLUDE
6 
7 #if defined(__PORT_gbz80)
8  #include <asm/gbz80/provides.h>
9 #elif defined(__PORT_z80)
10  #include <asm/z80/provides.h>
11 #else
12  #error Unrecognized port
13 #endif
14 
15 
16 #ifndef USE_C_MEMCPY
17 #define USE_C_MEMCPY 1
18 #endif
19 #ifndef USE_C_STRCPY
20 #define USE_C_STRCPY 1
21 #endif
22 #ifndef USE_C_STRCMP
23 #define USE_C_STRCMP 1
24 #endif
25 
26 #endif
provides.h
provides.h