gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/include/stdarg.h
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
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.