luxos/SysCore/include/cstdarg
2021-09-14 18:34:14 +03:00

8 lines
107 B
Plaintext

// cerrno standard header
#ifndef _CSTDARG_
#define _CSTDARG_
#include <stdarg.h>
#endif /* _CSTDARG_ */