luxos/SysCore/include/cstdint

10 lines
109 B
Plaintext
Raw Normal View History

2021-09-14 15:34:14 +00:00
// cerrno standard header
#ifndef _CSTDINT_
#define _CSTDINT_
#include <stdint.h>
#endif /* _CSTDINT_ */