musl/include/stdarg.h

19 lines
191 B
C
Raw Normal View History

2011-02-12 05:22:29 +00:00
#ifndef _STDARG_H
#define _STDARG_H
#ifdef __cplusplus
extern "C" {
#endif
#define __NEED_va_list
#include <bits/alltypes.h>
2011-02-15 10:06:15 +00:00
#include <bits/stdarg.h>
2011-02-12 05:22:29 +00:00
#ifdef __cplusplus
}
#endif
#endif