// SPDX-FileCopyrightText: 2023-2024, Alejandro Colomar // SPDX-License-Identifier: BSD-3-Clause #include #include "string/sprintf/xasprintf.h" #include extern inline int xasprintf(char **restrict s, const char *restrict fmt, ...); extern inline int xvasprintf(char **restrict s, const char *restrict fmt, va_list ap);