13 lines
124 B
C++
13 lines
124 B
C++
|
|
#include <cstddef>
|
|
|
|
|
|
namespace hyporo
|
|
{
|
|
|
|
using uint = unsigned int;
|
|
|
|
using sizet = std::size_t;
|
|
|
|
} // end namespace hyporo
|