Hello i got this function from string.h , i use it as a pointer to detect the existance of a word
p = strstr(string, "WORD");
Then in th