// SPDX-FileCopyrightText: 2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include #include "string/strcmp/streq.h" extern inline bool streq(const char *s1, const char *s2);