|
PatchworkOS
|
#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. | |