mirror of
https://github.com/ZeroOSProject/ZeroOS.git
synced 2026-09-13 02:24:42 +08:00
内存缓存和ext4完整支持
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
#ifndef ZEROOS_STDDEF_H_
|
||||
#define ZEROOS_STDDEF_H_
|
||||
|
||||
#define NULL ((void *)0)
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user