GBDK 2020 Docs  4.3.0
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 defined(__PORT_sm83)
5 #include <asm/sm83/stdarg.h>
6 #elif defined(__PORT_z80)
7 #include <asm/z80/stdarg.h>
8 #elif defined(__PORT_mos6502)
9 #include <asm/mos6502/stdarg.h>
10 #endif
11 
12 #endif