aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_split.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_split.c')
-rw-r--r--src/ft_split.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_split.c b/src/ft_split.c
index bb51c85..966ce5f 100644
--- a/src/ft_split.c
+++ b/src/ft_split.c
@@ -21,6 +21,7 @@ _s_count_words (char const *s, char c)
return (count);
}
+/** Free the first @p n elements of @p arr, then @p arr itself. */
static void
_s_free_all (char **arr, size_t n)
{