This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
oot
Watch
1
Star
0
Fork
You've already forked oot
0
mirror of
https://github.com/zeldaret/oot.git
synced
2024-11-11 03:39:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3cef03f5ff
oot
/
include
/
stddef.h
9 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
First proper commit.
2020-03-17 04:31:30 +00:00
#
ifndef _STDDEF_H_
#
define _STDDEF_H_
Partially format header files
2020-03-22 21:50:11 +00:00
#
define NULL ((void*)0)
First proper commit.
2020-03-17 04:31:30 +00:00
typedef
unsigned
long
size_t
;
#
endif
Reference in a new issue
Copy permalink