// SPDX-FileCopyrightText: 2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include "string/strspn/strrspn.h" #include extern inline size_t strrspn_(const char *s, const char *accept);