mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-19 03:34:17 +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
|