]>
git.saurik.com Git - apple/libc.git/blob - include/varargs.h
1 /* This file is public domain. */
2 /* GCC uses its own copy of this header */
4 #include_next <varargs.h>
5 #elif defined(__MWERKS__)
6 #include "mw_varargs.h"
8 #error "This header only supports __MWERKS__."