ds: string: add verbs to function names
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user