This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
sortix--sortix
Watch
1
Star
0
Fork
You've already forked sortix--sortix
0
mirror of
https://gitlab.com/sortix/sortix.git
synced
2023-02-13 20:55:38 -05:00
Code
Releases
Activity
658defdbc3
sortix--sortix
/
libc
/
decl
/
NULL.h
5 lines
60 B
C
Raw
Normal View
History
Unescape
Escape
Initial version of Sortix.
2011-08-05 08:25:00 -04:00
#
ifndef NULL
Remove libmaxsi stddef.h and stdarg.h. These are provided by the cross compiler.
2012-09-22 07:55:51 -04:00
#
define __need_NULL
#
include
<stddef.h>
Initial version of Sortix.
2011-08-05 08:25:00 -04:00
#
endif
Copy permalink