/* $OpenBSD: stdarg.h,v 1.2 2006/01/06 18:53:05 millert Exp $ */ #ifndef _M88K_STDARGS_H_ #define _M88K_STDARGS_H_ #include #ifndef _STDARG_H #define _STDARG_H #endif #include typedef __va_list va_list; #endif /* _M88K_STDARGS_H_ */