]> git.saurik.com Git - apple/libc.git/blob - include/stdarg.h
Libc-391.5.18.tar.gz
[apple/libc.git] / include / stdarg.h
1 /* This file is public domain. */
2 /* GCC uses its own copy of this header */
3 #if defined(__GNUC__)
4 #include_next <stdarg.h>
5 #elif defined(__MWERKS__)
6 #include "mw_stdarg.h"
7 #else
8 #error "This header only supports __MWERKS__."
9 #endif