Skip to content

Commit

Permalink
updating user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Jun 4, 2024
1 parent 08113b2 commit dfb2089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions program_to_test/src/push_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/09 18:34:31 by umeneses #+# #+# */
/* Updated: 2024/06/03 17:58:18 by umeneses ### ########.fr */
/* Updated: 2024/06/04 10:49:15 by umeneses ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -22,8 +22,8 @@ int main(int argc, char **argv)
}
stack = NULL;
stack = ft_lts_buildstack_argv(stack, argv);
ft_printf("push main // list size = %d\n", ft_lstsize_int((t_list *)stack));
ft_lst_printf_int_content("stack is:", stack);
ft_lst_printf_int_content("testing main stack content:", stack);
ft_printf("testing main stack size: %d\n", ft_lstsize_int((t_list *)stack));
ft_lstclear_single_ptr(stack);
return (0);
}

0 comments on commit dfb2089

Please sign in to comment.