Searched defs:strcspn (Results 1 – 2 of 2) sorted by relevance
446 size_t strcspn(const char *s, const char *reject) in strcspn() function
73 def strcspn(str1, str2): function