Go to the documentation of this file.
90 #define MEMB(name, structure, num) \
91 static char CC_CONCAT(name,_memb_count)[num]; \
92 static structure CC_CONCAT(name,_memb_mem)[num]; \
93 static struct memb name = {sizeof(structure), num, \
94 CC_CONCAT(name,_memb_count), \
95 (void *)CC_CONCAT(name,_memb_mem)}
130 char memb_free(
struct memb *m,
void *ptr);
132 int memb_inmemb(
struct memb *m,
void *ptr);