GBDK 2020 Docs
4.0.6
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
#ifdef __PORT_gbz80
8
#include <
asm/gbz80/string.h
>
9
#else
10
#ifdef __PORT_z80
11
#include <
asm/z80/string.h
>
12
#else
13
#error Unrecognised port
14
#endif
15
#endif
16
17
#endif
string.h
string.h