aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/more-hdrs/stdarg.h
blob: e12e16383c652e492e6c4b5852958447782815be (plain)
1
2
3
4
5
6
/* This file is public domain.  */
#ifdef __MWERKS__
#include "mw_stdarg.h"
#else
#error "This header only supports __MWERKS__."
#endif