mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
17 lines
184 B
C
17 lines
184 B
C
![]() |
#ifndef __ANSI_STDARG_H__
|
||
|
#define __ANSI_STDARG_H__
|
||
|
|
||
|
#include <hermit/stdarg.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#define __VALIST va_list
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|