hyporo-cpp/source/hyporo/hyplib/integer/integer.hpp
2022-09-22 20:43:06 +05:00

13 lines
124 B
C++

#include <cstddef>
namespace hyporo
{
using uint = unsigned int;
using sizet = std::size_t;
} // end namespace hyporo