if(strstr(sent, word) != NULL) { /* ... */ }. Note that strstr returns a pointer to the start of the word in sent if the word word is found.
確定! 回上一頁