Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
stddef.h
Go to the documentation of this file.
1 
25 typedef __PTRDIFF_TYPE__ ptrdiff_t;
26 
27 
28 
34 typedef __SIZE_TYPE__ size_t;
35 
36 
37 
43 typedef __WCHAR_TYPE__ wchar_t;
44 
45 
46 
52 #define NULL (0)
53 
54 
55 
108 #define offsetof(T, mbr) ((int)&(((T *)0)->mbr))