picotm
0.8.0
|
#include "compiler.h"
Macros | |
#define | picotm_containerof(ptr, type, member) |
#define picotm_containerof | ( | ptr, | |
type, | |||
member | |||
) |
Returns the container of a data structure.
ptr | A pointer to a data structure. |
type | The type of the container. |
member | The name of the container's member field. |