/* $OpenBSD: varargs.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */ #ifndef _M88K_VARARGS_H_ #define _M88K_VARARGS_H_ #define _VARARGS_H #include #include typedef _BSD_VA_LIST_ va_list; #endif /* _M88K_VARARGS_H_ */