CloverBootloader/rEFIt_UEFI/PlatformEFI/posix/stdarg.h

10 lines
159 B
C
Raw Normal View History

#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