// SPDX-FileCopyrightText: 2022-2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include #include #include "string/strcpy/strtcpy.h" extern inline ssize_t strtcpy(char *restrict dst, const char *restrict src, size_t dsize);