from scratch, add Berkeley copyright; change to be included by a.out.h
[unix-history] / usr / src / include / stdarg.h
CommitLineData
c98fe9aa
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
dc00b69b 7 * @(#)stdarg.h 5.6 (Berkeley) %G%
c98fe9aa
KB
8 */
9
31ebf403
KB
10#ifndef _STDARG_H
11#define _STDARG_H
12
dc00b69b 13#include <machine/stdarg.h>
31ebf403
KB
14
15#endif /* !_STDARG_H */