diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h index ea4792b11..8f6f035a1 100644 --- a/src/runtime/c/gu/string.h +++ b/src/runtime/c/gu/string.h @@ -79,6 +79,9 @@ gu_string_to_double(GuString s, double *res); bool gu_string_is_prefix(GuString s1, GuString s2); +size_t +gu_string_length(GuString s); + #endif // GU_STRING_H_ #if defined(GU_FUN_H_) && !defined(GU_STRING_H_FUN_)