1 #define TABITEMS (1 << 12)
2 #define container(ptr, type, field) ((type *) ((void *) (ptr) - \
3 offsetof(type, field)))
12 void tab_add(struct tab
*t
, char *s
);
13 void tab_del(struct tab
*t
, char *s
);
14 char *tab_get(struct tab
*t
, char *s
);