This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

why does strstr return a pointer to a signed char?

Sorry for the basic question, but why does it not return a pointer to an unsigned char? I mean, I looked in K&R but it does explain the rational (as far as I could tell...)

Thanks