blob: 85a3d759cd02eedbbf2455daa08a6ac6006b0a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $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 <machine/ansi.h>
#include <machine/va-m88k.h>
typedef _BSD_VA_LIST_ va_list;
#endif /* _M88K_VARARGS_H_ */
|