// SPDX-FileCopyrightText: 2022-2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include "string/strcpy/stpecpy.h" #if !defined(HAVE_STPECPY) extern inline char *stpecpy(char *dst, char *end, const char *restrict src); #endif