This commit is contained in:
2021-09-14 18:34:14 +03:00
parent 7cb940e485
commit 4e5c38d0ff
152 changed files with 5042 additions and 2585 deletions

7
SysCore/include/cstdarg Normal file
View File

@ -0,0 +1,7 @@
// cerrno standard header
#ifndef _CSTDARG_
#define _CSTDARG_
#include <stdarg.h>
#endif /* _CSTDARG_ */