|
Simple data structures / objects in plain C Snapshot
|
#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <sys/types.h>Go to the source code of this file.
Defines | |
| #define | _MEMBEROF(ptr, offset) (((uint8_t *) ptr) - offset) |
| #define | M_INLINE static inline |
| #define | M_UNUSED(x) (void) (x) |
| #define _MEMBEROF | ( | ptr, | |
| offset | |||
| ) | (((uint8_t *) ptr) - offset) |
1.7.4