/* $NetBSD: varargs.h,v 1.2 1997/04/16 23:02:35 thorpej Exp $ */ #ifndef _PPC_VARARGS_H_ #define _PPC_VARARGS_H_ #include #ifndef _VARARGS_H #define _VARARGS_H #endif #include typedef __gnuc_va_list va_list; #undef _BSD_VA_LIST #endif /* ! _PPC_VARARGS_H_ */