mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
d54fc63747
application, for unit tests.
10 lines
159 B
C
10 lines
159 B
C
#ifndef __CLOVER_STDARG_H__
|
|
#define __CLOVER_STDARG_H__
|
|
|
|
#define va_list VA_LIST
|
|
#define va_arg VA_ARG
|
|
#define va_start VA_START
|
|
#define va_end VA_END
|
|
|
|
#endif
|