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