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