Searched defs:StrCmp (Results 1 – 2 of 2) sorted by relevance
24 static int StrCmp(const char *s1, const char *s2) { in StrCmp() function
508 #define StrCmp(a, b) (strcmp(a, b) != 0) macro