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 SDCC_PORT==gbz80
8
#include <
asm/gbz80/provides.h
>
9
#elif SDCC_PORT==z80
10
#include <asm/z80/provides.h>
11
#else
12
#error Unrecognised port.
13
#endif
14
15
#ifndef USE_C_MEMCPY
16
#define USE_C_MEMCPY 1
17
#endif
18
#ifndef USE_C_STRCPY
19
#define USE_C_STRCPY 1
20
#endif
21
#ifndef USE_C_STRCMP
22
#define USE_C_STRCMP 1
23
#endif
24
25
#endif
provides.h