diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-15 07:48:39 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-15 07:48:39 +0200 |
| commit | cb385f96ef7caa1ae9652c498ae8458c30b3cf32 (patch) | |
| tree | 3c87baa9444d419d7799309bec49e213b7683698 /typeutils.h | |
| parent | 90ca28560a641e2e0b44213dc98c09a2ec3bee6f (diff) | |
start porting command execution
Diffstat (limited to 'typeutils.h')
| -rw-r--r-- | typeutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
