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