PatchworkOS
Loading...
Searching...
No Matches
CONTAINER_OF.h File Reference
#include <stddef.h>

Go to the source code of this file.

Macros

#define CONTAINER_OF(ptr, type, member)   ((type*)((char*)(ptr) - offsetof(type, member)))
 Container of macro.
 
#define CONTAINER_OF_SAFE(ptr, type, member)
 Safe container of macro.