mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 06:58:47 +02:00
「🔨」 fix(env): fixed the env init
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
|
||||
/* Updated: 2024/07/06 18:24:48 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/07/09 14:40:00 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -28,7 +28,7 @@ typedef struct s_env
|
||||
*
|
||||
* @return (int) 0 if everything goes well, 1 on error
|
||||
*/
|
||||
int env_init(char **env_d, t_env *env);
|
||||
t_env *env_init(char **env_d);
|
||||
|
||||
/**
|
||||
* @brief get value of an env
|
||||
|
Reference in New Issue
Block a user