I tried to write code using strrev(). I included string.h But still I'm getting " undefined reference to `strrev'" error.
I found that strrev doesn't have man page at all. Why ?
Linux doesn't support strrev()?
feedback
|
This question came from our site for computer enthusiasts and power users.
|
Correct. Use one of the alternative implementations available. | |||||
feedback
|