|
libamxc
1.10.3
C Generic Data Containers
|
Go to the source code of this file.
Macros | |
| #define | AMXC_INLINE static inline |
| #define | amxc_container_of(addr, type, member) ((type*) (((char*) addr) - offsetof(type, member))) |
| Calculates the address of the containing structure. More... | |
| #define AMXC_INLINE static inline |
Definition at line 64 of file amxc_common.h.