data_structures
|
Go to the source code of this file.
Functions | |
void | hashmap_put (t_hashmap *hm, const void *key, const void *val) |
Adds a key-value pair to the symbol table. More... | |
void hashmap_put | ( | t_hashmap * | hm, |
const void * | key, | ||
const void * | val | ||
) |
Adds a key-value pair to the symbol table.
key | The key |
val | The value |
Definition at line 17 of file hashmap_put.c.