// SPDX-FileCopyrightText: 2025, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include "config.h" #include "string/strcmp/strneq.h" #include #include extern inline bool strneq(const char *strn, const char *s, size_t size);