added varargs.h
This commit is contained in:
parent
5fac37b0a2
commit
2ec23ab858
1 changed files with 11 additions and 0 deletions
11
varargs.h
Normal file
11
varargs.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef _VARARGS_H
|
||||
#define _VARARGS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define va_dcl
|
||||
#define va_alist __va_alist
|
||||
#undef va_start
|
||||
#define va_start(ap) ap = __builtin_varargs_start
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue