gbdk-releases/gbdk-lib/include/stdarg.h
2015-01-10 16:25:06 +01:00

13 lines
194 B
C

#ifndef STDARG_INCLUDE
#define STDARG_INCLUDE
#if SDCC_PORT==gbz80
#include <asm/gbz80/stdarg.h>
#elif SDCC_PORT==z80
#include <asm/z80/stdarg.h>
#else
#error Unrecognised port.
#endif
#endif