Searched defs:strncmp (Results 1 – 3 of 3) sorted by relevance
57 #define strncmp SDL_strncmp macro
77 #define strncmp(str1, str2, cnt) _strncmp(str1, str2, cnt) macro
149 int strncmp(const char *s1, const char *s2, size_t n) { in strncmp() function
Completed in 4 milliseconds