1
0

」 feat: seems to be working

This commit is contained in:
2024-08-12 20:52:02 +02:00
parent ec9ee12c29
commit 471ca75712
13 changed files with 219 additions and 206 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/07 17:50:46 by adjoly #+# #+# */
/* Updated: 2024/08/06 19:47:17 by adjoly ### ########.fr */
/* Updated: 2024/08/12 17:32:08 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -24,6 +24,6 @@
# define ERR_MAX_EAT_TIME "Time to eat too long < INT_MAX\n" // err 2
# define ERR_MAX_SLEEP_TIME "Time to sleep too long < INT_MAX\n" // err 3
# define ERR_MAX_MEAL "Too much meal < 1000\n" // err 4
# define ERR_NB_ARG "Invalid number of args 4 or 5\n" // err 5
# define ERR_NB_ARG "Invalid number of args need to be 4 or 5\n" // err 5
#endif