[BACK]Return to stdarg.h CVS log [TXT][DIR] Up to [local] / prex-old / include / machine

File: [local] / prex-old / include / machine / stdarg.h (download)

Revision 1.1, Tue Jun 3 09:38:44 2008 UTC (15 years, 11 months ago) by nbrk
Branch point for: MAIN

Initial revision

#if defined(__arm__)
#include "arm/stdarg.h"
#elif defined (__i386__)
#include "i386/stdarg.h"
#elif defined (__ppc__)
#include "ppc/stdarg.h"
#elif defined (__mips__)
#include "mips/stdarg.h"
#elif defined (__sh4__)
#include "sh4/stdarg.h"
#else
#error architecture not supported
#endif