mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
7 lines
96 B
C
7 lines
96 B
C
|
|
#define va_list VA_LIST
|
|
#define va_arg VA_ARG
|
|
#define va_start VA_START
|
|
#define va_end VA_END
|
|
|