Searched defs:strchr (Results 1 – 2 of 2) sorted by relevance
49 #define strchr(s1, c) __builtin_strchr(s1, c) macro
84 static char *strchr(const char *s, int c) in strchr() function
Completed in 3 milliseconds