This commit is contained in:
Nishi 2026-08-03 03:28:56 +09:00
commit d1ac414c5e
34 changed files with 64721 additions and 0 deletions

6
runtime/stddef.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef __STDDEF_H__
#define __STDDEF_H__
#define NULL ((void*)0)
#endif