PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
stddef.h File Reference
#include "_libstd/ERR.h"
#include "_libstd/NULL.h"
#include "_libstd/config.h"
#include "_libstd/ptrdiff_t.h"
#include "_libstd/size_t.h"
#include "_libstd/wchar_t.h"
Include dependency graph for stddef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define offsetof(type, member)   ((size_t)&(((type*)0)->member))
 

Macro Definition Documentation

◆ offsetof

#define offsetof (   type,
  member 
)    ((size_t)&(((type*)0)->member))

Definition at line 16 of file stddef.h.