This website requires JavaScript.
Explore
Help
Sign In
pabloid
/
tsgames
Watch
1
Star
0
Fork
You've already forked tsgames
0
Code
a88299277a
tsgames
/
build
/
assets
/
include
/
cstddef
6 lines
112 B
Plaintext
Raw
Blame
History
#include <stddef.h>
namespace std {
using nullptr_t = decltype(nullptr);
using size_t = ::size_t;
}
View Git Blame
Copy Permalink