#ifndef EMBOX_CSTDINT_
#define EMBOX_CSTDINT_

#include <stdint.h>

namespace std {
	using ::int_least32_t;
} // namespace std

#endif // EMBOX_CSTDINT_
