delete the parsing2.c cause no use for now

This commit is contained in:
Maoake Teriierooiterai
2026-01-07 13:27:06 +01:00
parent e1351b4d2f
commit 17f9a5affd
3 changed files with 1 additions and 57 deletions

View File

@@ -14,7 +14,6 @@
# define PARSING_H
int ft_atoi(const char *nptr);
t_stacks *init_big_stacks2(int *tab, int len);
t_stacks *init_big_stacks(int argc, char **argv);
int ft_strncmp(const char *s1, const char *s2, int n);