From 2f7ca6f34644a2b8954b9266b84e904be38ae342 Mon Sep 17 00:00:00 2001 From: Takuma Tsubo Date: Tue, 29 Apr 2025 11:59:35 +0900 Subject: [PATCH] add minish->last_status --- inc/struct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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