// SPDX-FileCopyrightText: 2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include "string/strtok/stpsep.h" extern inline char *stpsep(char *s, const char *delim);