Stddef NULL
This commit is contained in:
parent
0df09d5086
commit
a1f592c880
1 changed files with 9 additions and 0 deletions
9
kern/libkern/stddef.h
Normal file
9
kern/libkern/stddef.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef STDDEF_H
|
||||
#define STDDEF_H
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void*)0)
|
||||
#endif
|
||||
|
||||
#endif // STDDEF_H
|
||||
|
Loading…
Add table
Reference in a new issue