4 * This is just a wrapper for the gcc one, but defines va_copy()
8 /* Note: the _STDARG_H macro belongs to the gcc header... */
9 #include_next <stdarg.h>
11 /* Older gcc considers this an extension, so it's double underbar only */
13 #define va_copy(d,s) __va_copy(d,s)