Files
jabyengine/include/stddef.hpp
2024-04-07 10:46:35 -05:00

4 lines
61 B
C++

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