Searched refs:Util_countWords (Results 1 – 2 of 2) sorted by relevance
56 int Util_countWords(char *s, const char *word);
451 int i = Util_countWords(*src, old);479 int Util_countWords(char *s, const char *word) { function