1
0
forked from GitHub/gf-core

add type signature for gu_string_length in the headers of libgu

This commit is contained in:
kr.angelov
2013-09-18 08:03:37 +00:00
parent 99985843d1
commit a42cbb84ff

View File

@@ -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_)