Xen Test Framework
Macros | Typedefs
stddef.h File Reference

Local subset of C's stddef.h. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NULL   ((void *)0)
 
#define offsetof(t, m)   __builtin_offsetof(t, m)
 

Typedefs

typedef __SIZE_TYPE__ size_t
 
typedef __PTRDIFF_TYPE__ ptrdiff_t
 

Detailed Description

Local subset of C's stddef.h.

Definition in file stddef.h.

Macro Definition Documentation

◆ NULL

#define NULL   ((void *)0)

Definition at line 12 of file stddef.h.

◆ offsetof

#define offsetof (   t,
 
)    __builtin_offsetof(t, m)

Definition at line 14 of file stddef.h.

Typedef Documentation

◆ size_t

typedef __SIZE_TYPE__ size_t

Definition at line 9 of file stddef.h.

◆ ptrdiff_t

typedef __PTRDIFF_TYPE__ ptrdiff_t

Definition at line 10 of file stddef.h.