NetBSD/sys/arch/powerpc/include/stdarg.h

16 lines
274 B
C
Raw Normal View History

1997-04-17 03:02:34 +04:00
/* $NetBSD: stdarg.h,v 1.2 1997/04/16 23:02:34 thorpej Exp $ */
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#ifndef _PPC_STDARG_H_
1996-09-30 20:34:14 +04:00
#define _PPC_STDARG_H_
#include <machine/ansi.h>
#ifndef _STDARG_H
#define _STDARG_H
#endif
#include <machine/va-ppc.h>
1997-04-17 03:02:34 +04:00
typedef __gnuc_va_list va_list;
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#endif /* ! _PPC_STDARG_H_ */