Reverses the character order in a wide-character string.
#include <wchar.h>
wchar_t *wcsrev (
wchar_t *ws1);
(IN) Points to the string to reverse.
Returns a pointer to the altered string.
The wcsrev function replaces the string ws1 with a string whose characters are in the reverse order.