style: noming env_utils

This commit is contained in:
Raphael 2024-09-19 15:26:26 +02:00
parent c6f713a6de
commit 7243dd263d

View file

@ -1,12 +1,12 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* hashmap_env_utils.c :+: :+: :+: */
/* env_utils.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/06 10:58:20 by maiboyer #+# #+# */
/* Updated: 2023/12/11 15:35:37 by maiboyer ### ########.fr */
/* Updated: 2024/09/19 15:26:18 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,8 +16,7 @@
#include "me/types.h"
#include <stdlib.h>
t_str *hmap_env_get(t_hashmap_env *hmap,
t_str *key)
t_str *hmap_env_get(t_hashmap_env *hmap, t_str *key)
{
t_usize hashed_key;
t_entry_env *entry;