style: noming env_clear
This commit is contained in:
parent
f222d36cb3
commit
1ab27a6205
1 changed files with 3 additions and 7 deletions
10
output/src/hashmap/env/env_clear.c
vendored
10
output/src/hashmap/env/env_clear.c
vendored
|
|
@ -1,26 +1,22 @@
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
/* */
|
/* */
|
||||||
/* ::: :::::::: */
|
/* ::: :::::::: */
|
||||||
/* hashmap_env.h :+: :+: :+: */
|
/* env_clear.c :+: :+: :+: */
|
||||||
/* +:+ +:+ +:+ */
|
/* +:+ +:+ +:+ */
|
||||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/12/06 11:00:22 by maiboyer #+# #+# */
|
/* Created: 2023/12/06 11:00:22 by maiboyer #+# #+# */
|
||||||
/* Updated: 2023/12/11 15:24:44 by maiboyer ### ########.fr */
|
/* Updated: 2024/09/19 15:22:09 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#include "me/types.h"
|
#include "me/types.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "me/hashmap/hashmap_env.h"
|
#include "me/hashmap/hashmap_env.h"
|
||||||
#include "me/mem/mem.h"
|
#include "me/mem/mem.h"
|
||||||
|
|
||||||
|
|
||||||
void hmap_env_clear(t_hashmap_env *self)
|
void hmap_env_clear(t_hashmap_env *self)
|
||||||
{
|
{
|
||||||
t_usize bucket_id;
|
t_usize bucket_id;
|
||||||
t_entry_env *cur;
|
t_entry_env *cur;
|
||||||
t_entry_env *next;
|
t_entry_env *next;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue