ds: string: add verbs to function names

This commit is contained in:
2026-04-20 22:03:11 +01:00
parent c39f50a0ee
commit 321622ac16
6 changed files with 133 additions and 51 deletions
+1 -1
View File
@@ -1297,7 +1297,7 @@ void fx_string_pop_back(fx_string *str)
FX_CLASS_DISPATCH_STATIC_0(FX_TYPE_STRING, string_pop_back, str);
}
const char *fx_string_ptr(const fx_string *str)
const char *fx_string_get_cstr(const fx_string *str)
{
FX_CLASS_DISPATCH_STATIC_0(FX_TYPE_STRING, string_ptr, str);
}