Commit f1d87ee7 authored by funshine's avatar funshine
Browse files

replace custom stdarg.h header file with the one in toolchain

parent ba6ec949
#ifndef __c_stdarg_h
#define __c_stdarg_h
#if defined(__GNUC__)
#include <stdarg.h>
#else
typedef char * va_list;
#define _INTSIZEOF(n) ((sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1))
......@@ -11,4 +17,6 @@ typedef char * va_list;
#endif
#endif
/* end of c_stdarg.h */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment