C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_strrev, _fstrrev
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <string.h>
 
  Syntax:    char *_strrev( char *string );
             char __far *_fstrrev( char __far *string );
 
  Returns:   a pointer to <string>.
 
  See also:  _strset, strrchr, _strupr, _strlwr
                                    -♦-