diff options
| author | Dominik Kaiser | 2024-04-13 14:52:57 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-04-13 14:52:57 +0200 |
| commit | abc12d29679ae6049c9cacbf09a897529377d79c (patch) | |
| tree | 5b82dec8bfb4332652ced35a44653ddc22c7aa89 /push_swap.h | |
| parent | 2cef393801e18d68c762e293b5cef1194f77e078 (diff) | |
| download | push_swap-abc12d29679ae6049c9cacbf09a897529377d79c.tar.gz push_swap-abc12d29679ae6049c9cacbf09a897529377d79c.zip | |
Add command handling to makefile and setup main
Diffstat (limited to 'push_swap.h')
| -rw-r--r-- | push_swap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/push_swap.h b/push_swap.h index 332da4e..8cfc473 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:45:16 by dkaiser ### ########.fr */ +/* Updated: 2024/04/13 14:46:45 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ @@ -39,6 +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) +void print_commands(t_list *cmds); #endif // PUSH_SWAP_H |
