mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
finnish the parsing
This commit is contained in:
@@ -54,7 +54,7 @@ static size_t len_word(size_t i, char const *s, char c)
|
||||
return (len);
|
||||
}
|
||||
|
||||
static void free_tab(char **tab)
|
||||
void free_tab(char **tab)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user