_strrev

Reverses characters in a string.

char * _strrev (char * string);

char * strrev (char * string);

Required Header
<string.h>

Return Value

The modified string is returned.

Parameters

string

  A string

String

See Also    strcpy