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

10 lines
109 B
Plaintext

// cerrno standard header
#ifndef _CSTDINT_
#define _CSTDINT_
#include <stdint.h>
#endif /* _CSTDINT_ */