1
0
Fork 0
tsgames/build/assets/include/cstddef

6 lines
112 B
Plaintext

#include <stddef.h>
namespace std {
using nullptr_t = decltype(nullptr);
using size_t = ::size_t;
}