Reverses characters in a string.
char * _strrev (char * string);
char * strrev (char * string);
Return Value
The modified string is returned.
Parameters
string
A string
String
See Also strcpy