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
5fd2213e
Commit
5fd2213e
authored
Dec 26, 2014
by
zeroday
Browse files
Merge pull request #52 from nodemcu/dev094
replace custom stdarg.h header file with the one in gcc toolchain
parents
ba6ec949
f1d87ee7
Changes
1
Show whitespace changes
Inline
Side-by-side
app/libc/c_stdarg.h
View file @
5fd2213e
#ifndef __c_stdarg_h
#ifndef __c_stdarg_h
#define __c_stdarg_h
#define __c_stdarg_h
#if defined(__GNUC__)
#include <stdarg.h>
#else
typedef
char
*
va_list
;
typedef
char
*
va_list
;
#define _INTSIZEOF(n) ((sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1))
#define _INTSIZEOF(n) ((sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1))
...
@@ -11,4 +17,6 @@ typedef char * va_list;
...
@@ -11,4 +17,6 @@ typedef char * va_list;
#endif
#endif
#endif
/* end of c_stdarg.h */
/* 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