diff --git a/inc/struct.h b/inc/struct.h index 53b01bf..a34fa2a 100644 --- a/inc/struct.h +++ b/inc/struct.h @@ -6,7 +6,7 @@ /* By: ttsubo +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/15 17:10:22 by dayano #+# #+# */ -/* Updated: 2025/04/20 18:05:54 by ttsubo ### ########.fr */ +/* Updated: 2025/04/29 11:57:58 by ttsubo ### ########.fr */ /* */ /* ************************************************************************** */ @@ -23,6 +23,7 @@ typedef struct s_env typedef struct s_minish { t_env *env; + int last_status; } t_minish; #endif