mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
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
|
||||
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_)
|
||||
|
||||
Reference in New Issue
Block a user