init
This commit is contained in:
commit
d1ac414c5e
34 changed files with 64721 additions and 0 deletions
6
runtime/stddef.h
Normal file
6
runtime/stddef.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef __STDDEF_H__
|
||||
#define __STDDEF_H__
|
||||
|
||||
#define NULL ((void*)0)
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue