hyporo-cpp/source/hyporo/hyplib/integer/integer.hpp

13 lines
124 B
C++
Raw Normal View History

2022-09-22 20:43:06 +05:00
#include <cstddef>
namespace hyporo
{
using uint = unsigned int;
using sizet = std::size_t;
} // end namespace hyporo