]> git.saurik.com Git - apple/libc.git/blobdiff - include/stdarg.h
Libc-391.tar.gz
[apple/libc.git] / include / stdarg.h
diff --git a/include/stdarg.h b/include/stdarg.h
new file mode 100644 (file)
index 0000000..7585995
--- /dev/null
@@ -0,0 +1,9 @@
+/* This file is public domain.  */
+/* GCC uses its own copy of this header */
+#if defined(__GNUC__)
+#include_next <stdarg.h>
+#elif defined(__MWERKS__)
+#include "mw_stdarg.h"
+#else
+#error "This header only supports __MWERKS__."
+#endif