diff options
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); |
