libamxc  1.10.3
C Generic Data Containers
amxc_common.h File Reference

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

Macro Definition Documentation

◆ AMXC_INLINE

#define AMXC_INLINE   static inline

Definition at line 64 of file amxc_common.h.