C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_strrev, _fstrrev
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _strrev function reverses the order of the characters in
     <string>. The terminating null character (\0) remains in place.
 
     The _fstrrev form of this function is a model-independent (large-
     model) form that uses far pointer forms of the <string> arguments
     and return values. This model-independent function can be called
     from any point in the program.
 
     Return Value
 
     The _strrev and _fstrrev functions return a pointer to the altered
     string. There is no error return.
                                    -♦-