|
Libft
Custom implementation of core libc functions with additional utility helpers.
|

Functions | |
| t_key_value * | key_value_new (const char *key, void *value) |
| Allocates a key/value pair. | |
| void | key_value_free (t_key_value **pair, void(*del)(void *)) |
| Frees a key/value pair and its contents. | |