src/include/openbsd/stdarg.h

11 lines
140 B
C

#include_next <stdarg.h>
#ifndef _COMPAT_STDARG_H_
#define _COMPAT_STDARG_H_
#ifndef __va_list
# define __va_list va_list;
#endif
#endif