ref: 5d3e4c0c7c1bc23a6e9f163718d40e348f4789ca dir: /tab.h/
struct tab *tab_alloc(int sz); void tab_free(struct tab *tab); void tab_put(struct tab *tab, char *k, void *v); void *tab_get(struct tab *tab, char *k);