exit sur la sortie d'erreure et parsing des variables $ mieux

This commit is contained in:
Tom Moron
2024-02-12 20:12:39 +01:00
parent f63d26dea7
commit 979e4e54a0
21 changed files with 33154 additions and 51 deletions

View File

@ -6,7 +6,7 @@
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/30 16:55:48 by tomoron #+# #+# */
/* Updated: 2024/02/08 18:44:22 by tomoron ### ########.fr */
/* Updated: 2024/02/11 17:41:32 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -67,6 +67,7 @@ t_list *ft_lstnew(void *content);
int ft_atoi(const char *str);
t_list *ft_lstlast(t_list *lst);
int ft_lstsize(t_list *lst);
int ft_strisnbr(char *str);
void ft_reset_color(void);
int ft_isspace(char c);
int ft_isalnum(int c);