diff --git a/push_swap.h b/push_swap.h index c91da9b..ec94ee9 100644 --- a/push_swap.h +++ b/push_swap.h @@ -6,7 +6,7 @@ /* By: erey-bet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/11/23 16:51:31 by erey-bet #+# #+# */ -/* Updated: 2022/12/08 11:23:13 by erey-bet ### ########.fr */ +/* Updated: 2022/12/11 15:59:11 by erey-bet ### ########.fr */ /* */ /* ************************************************************************** */ @@ -46,7 +46,6 @@ char **set_only_space(char *argv[], int i); int if_there_is_double(long *tab, int y); void *init_sb(t_stack *sb, int len); - // Parsing int parsing(int argc, char *argv[], long *tab);