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