forked from GitHub/gf-core
add type signature for gu_string_length in the headers of libgu
This commit is contained in:
@@ -79,6 +79,9 @@ gu_string_to_double(GuString s, double *res);
|
|||||||
bool
|
bool
|
||||||
gu_string_is_prefix(GuString s1, GuString s2);
|
gu_string_is_prefix(GuString s1, GuString s2);
|
||||||
|
|
||||||
|
size_t
|
||||||
|
gu_string_length(GuString s);
|
||||||
|
|
||||||
#endif // GU_STRING_H_
|
#endif // GU_STRING_H_
|
||||||
|
|
||||||
#if defined(GU_FUN_H_) && !defined(GU_STRING_H_FUN_)
|
#if defined(GU_FUN_H_) && !defined(GU_STRING_H_FUN_)
|
||||||
|
|||||||
Reference in New Issue
Block a user