c-md/includes/internal/map_internal.h.md
2026-01-12 16:22:13 +01:00

180 B

#ifndef MAP_INTERNAL_H
# define MAP_INTERNAL_H

# include <stdio.h>
# include <stdint.h>
# include "map.h"

# define MAP_INIT_CAP 16

int8_t
map_grow(t_map *map);

#endif