musl/include/stdarg.h

19 lines
191 B
C

#ifndef _STDARG_H
#define _STDARG_H
#ifdef __cplusplus
extern "C" {
#endif
#define __NEED_va_list
#include <bits/alltypes.h>
#include <bits/stdarg.h>
#ifdef __cplusplus
}
#endif
#endif