From d4289a6654cf8b492f0f78cae7a6c24d8689ca49 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 27 Aug 2013 08:07:18 +0000 Subject: comparison for strings in libgu --- src/runtime/c/gu/string.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/gu/string.h') diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h index a8376d335..c66359736 100644 --- a/src/runtime/c/gu/string.h +++ b/src/runtime/c/gu/string.h @@ -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_ -- cgit v1.2.3