blob: f129ede794b4c8107a64367e45220e8f69fb9cea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* $OpenBSD: stdarg.h,v 1.6 2002/03/23 23:27:13 miod Exp $ */
#ifndef _M88K_STDARGS_H_
#define _M88K_STDARGS_H_
#include <machine/ansi.h>
#ifndef _STDARG_H
#define _STDARG_H
#endif
#include <machine/va-m88k.h>
typedef _BSD_VA_LIST_ va_list;
#endif /* _M88K_STDARGS_H_ */
|