Update libfirm submodule reference
[cparser] / adt / strutil.h
index 6c4f6fb..041e016 100644 (file)
@@ -18,4 +18,9 @@ static inline char const* strstart(char const* str, char const* start)
        return NULL;
 }
 
+/**
+ * Test two strings for equality, ignoring double underscores on the second.
+ */
+bool streq_underscore(const char *s1, const char *s2);
+
 #endif