Add str8_copy functions

This commit is contained in:
2025-02-16 17:34:48 +00:00
parent 6078e54087
commit 0569fca193
5 changed files with 66 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ TestFuncResult test_str8_equal(void);
TestFuncResult test_str8_substr(void);
TestFuncResult test_str8_concat(void);
TestFuncResult test_str8_concat_capped(void);
TestFuncResult test_str8_copy_cstr_capped(void);
TestFuncResult test_str8_copy_str8_capped(void);
TestFuncResult test_str8_find(void);
TestFuncResult test_str8_rfind(void);
TestFuncResult test_str8_split(void);