#include <string.h>
#include <objc/objc.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+
/*
* This data structure is used to hold items
* stored in a hash table. Each node holds
return ! strcmp ((const char *) k1, (const char *) k2);
}
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* not __hash_INCLUDE_GNU */