10 lines
185 B
C
10 lines
185 B
C
/* $NetBSD: varargs.h,v 1.5 2002/03/17 17:55:25 uch Exp $ */
|
|
|
|
#ifndef _SH3_VARARGS_H_
|
|
#define _SH3_VARARGS_H_
|
|
|
|
#define _VARARGS_H
|
|
#include <sh3/stdarg.h>
|
|
|
|
#endif /* !_SH3_VARARGS_H_ */
|