Searched defs:cstrchr (Results 1 – 1 of 1) sorted by relevance
640 #define cstrchr(s,c) ({ \ macro657 #define cstrchr(s,c) ((const char *)strchr((s), (c))) macro