comparison for strings in libgu

This commit is contained in:
kr.angelov
2013-08-27 08:07:18 +00:00
parent 297587fa38
commit d4289a6654
2 changed files with 59 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ extern GuHasher gu_string_hasher[1];
bool
gu_string_eq(GuString s1, GuString s2);
int
gu_string_cmp(GuString s1, GuString s2);
#endif
#ifdef GU_TYPE_H_