/
niceSOFT
/
shadow
Обзор
Документация
Войти
/
niceSOFT
/
shadow
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/string/strcpy/strtcpy.c
14 строк
313 B
Evgeny Grin (Karlson2k)
*/: Fix including <config.h> as system header
16 июл 2025, 15:12
16 июл 2025, 15:12
eb71706
Код
Авторство
О чём код?
// SPDX-FileCopyrightText: 2022-2024, Alejandro Colomar <alx@kernel.org> // SPDX-License-Identifier: BSD-3-Clause #include "config.h" #include <stddef.h> #include <sys/types.h> #include "string/strcpy/strtcpy.h" extern inline ssize_t strtcpy(char *restrict dst, const char *restrict src, size_t dsize);