This website requires JavaScript.
Explore
Help
Sign In
falso
/
oot
mirror of
https://github.com/zeldaret/oot.git
Watch
1
Star
0
Fork
You've already forked oot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f1d183d6fe
oot
/
include
/
libc
/
stddef.h
9 lines
98 B
C
Raw
Blame
History
#
ifndef STDDEF_H
#
define STDDEF_H
#
define NULL ((void*)0)
typedef
unsigned
long
size_t
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink