What is the actual difference between memchr() and strchr(), besides the extra parameter? When do you use one or the other one? and would there be a better outcome performance ...
Can some on help me out here? I am trying check each directory entry if a letter exists in its name. Obviously it's not working. My main question is am ...