Are you getting any errors? Is it not working as expected?
I think you may want verse to be simply a const char*, not a double pointer.
thanks for answer ^^
that variable is defined with double pointer.
char const * * text;
i just want to know if a word exist in text, so i added this function,
but the program crashes without error after a period of time running.
if you say that function is ok. ill look the error elsewhere.
thanks for help ^^