mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03: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
|