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
1c0503cd3b
oot
/
include
/
stddef.h
9 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Fix all headers to comply with C standard (#957) * Fix all headers to comply with C standard * fix a file in libultra * Update include/stdbool.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update stdbool.h * Update z64animation.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2021-09-15 23:24:19 +00:00
#
ifndef STDDEF_H
#
define STDDEF_H
First proper commit.
2020-03-17 04:31:30 +00:00
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