From 47043a16a8e622ebec3ebe20be4fd105ea8f90f4 Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 7 Dec 2020 17:53:24 +0000 Subject: [PATCH] add fmt_strm_malloc --- fmt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fmt.h b/fmt.h index 648f7fd..092de82 100644 --- a/fmt.h +++ b/fmt.h @@ -291,6 +291,8 @@ size_t fmt_strm_internal(char* dest,...) noexcept; #endif #define fmt_strm_alloca(a,...) ({ size_t len=fmt_strm((char*)0,a,__VA_ARGS__)+1; char* c=(len