mirror of
https://github.com/drasko/codezero.git
synced 2026-02-08 16:03:14 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -111,7 +111,9 @@ typedef __SIZE_TYPE__ size_t;
|
||||
things such as varargs and printf */
|
||||
typedef __WCHAR_TYPE__ wchar_t;
|
||||
#endif
|
||||
#ifndef NULL
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
#define offsetof(type, member) ((size_t) &((type *)0)->member)
|
||||
|
||||
#endif /* _STDDEF_H_ */
|
||||
|
||||
Reference in New Issue
Block a user