diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-13 20:29:27 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-13 20:29:27 +1000 |
commit | 567d384b698151e287e31140709c93f1b92e6db4 (patch) | |
tree | e00975124d3f002a8aaa22e85475d913c6950346 /src/std/str.h | |
parent | 13949ca02bcf9fcdfcc48ea7949f617553a260b6 (diff) |
loading joints and animations
Diffstat (limited to 'src/std/str.h')
-rw-r--r-- | src/std/str.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std/str.h b/src/std/str.h index c25c615..a29bf9a 100644 --- a/src/std/str.h +++ b/src/std/str.h @@ -45,6 +45,8 @@ char* Str8_to_cstr(arena* a, Str8 s); @note The backing `string` cannot be modified. */ Str8 Str8_cstr_view(char* string); +char* Clone_cstr(arena* a, const char* s); + // --- Comparisons /** @brief Compare two strings for exact equality */ |