CloverBootloader/rEFIt_UEFI/PlatformEFI/posix/stdarg.h
2021-04-03 13:55:25 +03:00

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