Style: Rename string_createcat_cc to string_concat_cc
This commit is contained in:
@@ -26,6 +26,6 @@ StringPool string_pool_create(Arena* a);
|
||||
StringView string_create(StringPool* sp, const char* s, size_t len);
|
||||
|
||||
// Ensure that lengths do not contain null term
|
||||
StringView string_createcat_ss(StringPool* sp, StringView* a, StringView* b);
|
||||
StringView string_concat_ss(StringPool* sp, StringView* a, StringView* b);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user