// SPDX-FileCopyrightText: 2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include "config.h" #include "string/strtok/strsep2ls.h" #include #include extern inline ssize_t strsep2ls(char *s, const char *restrict delim, size_t n, char *ls[restrict n]);