4 lines
61 B
C++
4 lines
61 B
C++
#pragma once
|
|
#include "stdint.hpp"
|
|
|
|
using size_t = uintmax_t; |
#pragma once
|
|
#include "stdint.hpp"
|
|
|
|
using size_t = uintmax_t; |