summaryrefslogtreecommitdiff
path: root/lang/icc7/files/stdarg.h
blob: c1d8b38de58c22a40cc041fdbaca4a5e5a3a91b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include_next <stdarg.h>

#if __ISO_C_VISIBLE >= 1999
/* Taken from original yvals.h. */
#ifndef va_copy
#define	va_copy(dest, src)	((dest) = (src))
#endif
#endif