Prepare C arg list
This commit is contained in:
8
include/stdarg.h
Normal file
8
include/stdarg.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __STDARG__H
|
||||
#define __STDARG__H
|
||||
|
||||
typedef __builtin_va_list va_list;
|
||||
#define va_start __builtin_va_start
|
||||
#define va_end __builtin_va_end
|
||||
|
||||
#endif // !__STDARG__H
|
Reference in New Issue
Block a user