jabyengine/include/stddef.hpp

4 lines
61 B
C++

#pragma once
#include "stdint.hpp"
using size_t = uintmax_t;