char * strrev

char * strrev(char *)

The strrev() function reverses the order of the string.

Remember:

The strrev() function returns a pointer to the beginning of the reversed string.