mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6b11c196c9
Pointy hat to: netchild
10 lines
164 B
C
10 lines
164 B
C
|
|
#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
|