🔨」 fix: Fuck you yosyo

This commit is contained in:
2024-06-10 17:10:42 +02:00
parent e0bc79fb3b
commit 7b84f8fbb1

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */ /* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */ /* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
/* Updated: 2024/06/10 17:08:57 by mmoussou ### ########.fr */ /* Updated: 2024/06/10 17:10:18 by adjoly ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -49,7 +49,7 @@ char *env_get_value(char *name, t_env *env);
* *
* @return (char *) content of the variable, NULL if doesn't exist * @return (char *) content of the variable, NULL if doesn't exist
*/ */
char *env_getn_value(char *name, t_env *env, int n) char *env_getn_value(char *name, t_env *env, int n);
/** /**
* @brief get an array from the env struct * @brief get an array from the env struct