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