xref: /csrg-svn/include/stdarg.h (revision 47790)
141889Sbostic /*-
241889Sbostic  * Copyright (c) 1990 The Regents of the University of California.
341889Sbostic  * All rights reserved.
441889Sbostic  *
541889Sbostic  * %sccs.include.redist.c%
641889Sbostic  *
7*47790Sbostic  *	@(#)stdarg.h	5.6 (Berkeley) 04/03/91
841889Sbostic  */
941889Sbostic 
1046552Sbostic #ifndef _STDARG_H
1146552Sbostic #define	_STDARG_H
1246552Sbostic 
13*47790Sbostic #include <machine/stdarg.h>
1441889Sbostic 
1546552Sbostic #endif /* !_STDARG_H */
16