map: Add Map(int, int)

This commit is contained in:
Thiago de Arruda
2015-02-27 09:46:21 -03:00
parent 05c030c725
commit 51c69b89a7
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
U map_##T##_##U##_del(Map(T, U) *map, T key); \
void map_##T##_##U##_clear(Map(T, U) *map);
MAP_DECLS(int, int)
MAP_DECLS(cstr_t, uint64_t)
MAP_DECLS(cstr_t, ptr_t)
MAP_DECLS(ptr_t, ptr_t)