mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
finish to link all the files
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "push_swap.h"
|
||||
|
||||
void iterate_fn(t_stacks *stacks, int i, void (f)(t_stacks *stacks))
|
||||
static void iterate_fn(t_stacks *stacks, int i, void (f)(t_stacks *stacks))
|
||||
{
|
||||
while (i > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user