libtropic
C library for TROPIC01 chip
|
Various helper macros. More...
Macros | |
#define | STATIC_ASSERT(x) _Static_assert((x), "Static assertion failed"); |
Wrapper for static assertion. | |
#define | MEMBER_SIZE(type, member) (sizeof(((type *)0)->member)) |
Get struct member size at compile-time. | |
#define | UNUSED(x) (void)(x) |
Mark variable as unused to sanitize compiler warnings. | |