/
niceSOFT
/
shadow
Обзор
Документация
Войти
/
niceSOFT
/
shadow
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/string/strcmp/strneq.c
13 строк
283 B
Alejandro Colomar
lib/string/strcmp/: strneq(), STRNEQ(): Add APIs
18 окт 2025, 22:08
18 окт 2025, 22:08
7f9f3fa
Код
Авторство
О чём код?
// SPDX-FileCopyrightText: 2025, Alejandro Colomar <alx@kernel.org> // SPDX-License-Identifier: BSD-3-Clause #include "config.h" #include "string/strcmp/strneq.h" #include <stdbool.h> #include <stddef.h> extern inline bool strneq(const char *strn, const char *s, size_t size);