GBDK 2020 Docs
API Documentation for GBDK 2020
stdarg.h
Go to the documentation of this file.
1
#ifndef STDARG_INCLUDE
2
#define STDARG_INCLUDE
3
4
#if SDCC_PORT==gbz80
5
#include <
asm/gbz80/stdarg.h
>
6
#elif SDCC_PORT==z80
7
#include <asm/z80/stdarg.h>
8
#else
9
#error Unrecognised port.
10
#endif
11
12
#endif
stdarg.h