Rename wapp_str8_buf_alloc to wapp_str8_alloc_buf

This commit is contained in:
2025-02-18 21:02:02 +00:00
parent c5ca39939d
commit 99f7dcd794
5 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ int main(void) {
test_str8_lit,
test_str8_lit_ro,
test_str8_buf,
test_str8_buf_alloc,
test_str8_alloc_buf,
test_str8_alloc_cstr,
test_str8_alloc_str8,
test_str8_get_index_within_bounds,