summaryrefslogtreecommitdiff
path: root/push_swap.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-04-13 14:45:30 +0200
committerDominik Kaiser2024-04-13 14:45:30 +0200
commit2cef393801e18d68c762e293b5cef1194f77e078 (patch)
treeea89ee54a54285a31d84ad1fefb15d0c5e4a8dfd /push_swap.h
parent33cbe45795557da6a1cb8921c03bc5213e15b005 (diff)
downloadpush_swap-2cef393801e18d68c762e293b5cef1194f77e078.tar.gz
push_swap-2cef393801e18d68c762e293b5cef1194f77e078.zip
Add command list printing
Diffstat (limited to 'push_swap.h')
-rw-r--r--push_swap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/push_swap.h b/push_swap.h
index d8c13f4..332da4e 100644
--- a/push_swap.h
+++ b/push_swap.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/12 16:59:09 by dkaiser #+# #+# */
-/* Updated: 2024/04/13 14:33:46 by dkaiser ### ########.fr */
+/* Updated: 2024/04/13 14:45:16 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -39,5 +39,6 @@ void stack_rrotate(t_list **stack);
void run_command(t_list **stack_a, t_list **stack_b, t_list **cmds,
enum e_pscmd cmd);
+void print_commands(t_list *cmds)
#endif // PUSH_SWAP_H