GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
string.h
Go to the documentation of this file.
1
4
#ifndef STD_STRING_INCLUDE
5
#define STD_STRING_INCLUDE
6
7
#if defined(__PORT_sm83)
8
#include <
asm/sm83/string.h
>
9
#elif defined(__PORT_z80)
10
#include <
asm/z80/string.h
>
11
#elif defined(__PORT_mos6502)
12
#include <
asm/mos6502/string.h
>
13
#else
14
#error Unrecognized port
15
#endif
16
17
#endif
string.h
string.h
string.h