Kernel - Applying MM_MapTemp changes to armv7 and amd64
[tpg/acess2.git] / Usermode / include / stddef.h
1 #ifndef _STDDEF_H_
2 #define _STDDEF_H_
3
4 #include "acess/intdefs.h"
5
6 #ifndef NULL
7 # define NULL   ((void*)0)
8 #endif
9
10 typedef __intptr_t      size_t;
11
12 #endif

UCC git Repository :: git.ucc.asn.au