Files
shadow/lib/string/strtok/stpsep.c
2026-01-06 00:37:15 +01:00

11 lines
224 B
C

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