Make vars.c comply with the 42 Norm
authorLilia-42 <nikolovalilianenkova@gmail.com>
Sat, 31 Aug 2024 12:47:38 +0000 (14:47 +0200)
committerLilia-42 <nikolovalilianenkova@gmail.com>
Sat, 31 Aug 2024 12:49:00 +0000 (14:49 +0200)
commit2650cb81631b11b8b3d1c73b12d12ed3436fbf76
treedaf09f16dda53adf15c46b9e28412744716bdd69
parentdfe27312852491c391af4105470ff57ccea3012a
Make vars.c comply with the 42 Norm

It was split to vars.c and vars_helpers.c
inc/minishell_structs.h
src/env.c
src/vars.c
src/vars_helpers.c [new file with mode: 0644]