gestion erreur parsing
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/01/26 15:27:13 by hulamy #+# #+# */
|
||||
/* Updated: 2022/01/26 15:29:49 by hulamy ### ########.fr */
|
||||
/* Updated: 2022/01/26 17:50:11 by hulamy ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -29,6 +29,10 @@ int diff_time(t_time *old, struct timeval *new);
|
||||
int print_message(t_philo *philo, char *clr, char *msg);
|
||||
|
||||
// utils.c
|
||||
int ft_isdigit_2d_arr(char **str);
|
||||
size_t ft_strlen(char *str);
|
||||
int ft_strncmp(char *s1, char *s2, size_t n);
|
||||
int ft_int_overflow(char *str);
|
||||
int ft_atoi(const char *str);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user