From cb385f96ef7caa1ae9652c498ae8458c30b3cf32 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Fri, 15 May 2026 07:48:39 +0200 Subject: start porting command execution --- typeutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'typeutils.h') diff --git a/typeutils.h b/typeutils.h index 925857b..daf7c3d 100644 --- a/typeutils.h +++ b/typeutils.h @@ -75,6 +75,7 @@ DECLARE_VEC(char, String); + static void append_str_to_String(String* target, const char* src_str) { size_t len = strlen(src_str); -- cgit v1.2.3