xref: /original-bsd/include/stdarg.h (revision 5c2ace9f)
1 /*-
2  * Copyright (c) 1990 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)stdarg.h	5.6 (Berkeley) 04/03/91
8  */
9 
10 #ifndef _STDARG_H
11 #define	_STDARG_H
12 
13 #include <machine/stdarg.h>
14 
15 #endif /* !_STDARG_H */
16