blob: 2c918f9fe95db61ee3ee19423845923bacdc4e49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* $OpenBSD: stdarg.h,v 1.1 2004/04/26 12:34:05 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_ */
|