Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
f1d87ee7
Commit
f1d87ee7
authored
Dec 26, 2014
by
funshine
Browse files
replace custom stdarg.h header file with the one in toolchain
parent
ba6ec949
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/libc/c_stdarg.h
View file @
f1d87ee7
#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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment