libhmap-c

C hashmap library
git clone https://git.sinitax.com/sinitax/libhmap-c
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

libhmap.lds (310B)


      1LIBHMAP_1.0.0 {
      2	hmap_init;
      3	hmap_deinit;
      4	hmap_alloc;
      5	hmap_free;
      6
      7	hmap_copy;
      8	hmap_swap;
      9	hmap_clear;
     10
     11	hmap_link_get;
     12	hmap_link_pos;
     13	hmap_link_pop;
     14	hmap_link_set;
     15	hmap_link_add;
     16	hmap_link_alloc;
     17
     18	hmap_get;
     19	hmap_rm;
     20	hmap_set;
     21
     22	hmap_iter_init;
     23	hmap_iter_next;
     24
     25	hmap_str_hash;
     26	hmap_str_keycmp;
     27};