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

9
SysCore/include/cstdint Normal file
View File

@ -0,0 +1,9 @@
// cerrno standard header
#ifndef _CSTDINT_
#define _CSTDINT_
#include <stdint.h>
#endif /* _CSTDINT_ */