char *p;
p = strstr(source, textfind);
ritorna un puntatore alla prima occorrenza di textfind trovata in source, o NULL