Hello guys, how can I solve the following problem:
I made a pointer that receives the position found by the function srtstr
char * pon;
pon = strstr (string1, string2);
The problem is now, I need to know the position where the string 2 in string1 within the whole.
anyone have any tips?
Why do I need this integer value to use it in a "for".
thanks