mirror of
git://git.musl-libc.org/musl
synced 2024-12-15 11:15:07 +00:00
19 lines
191 B
C
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
|