Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
init.c File Reference
#include <stdlib.h>
#include "libft.h"
Include dependency graph for init.c:

Functions

t_key_valuekey_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.