Reverses the order of the characters in a string.
#include <string.h>
char *strrev (char *string);
char *_strrev (char *string);
string 
The terminating null character \0 remains in place. _strrev is an alternate name for strrev.
A pointer to the altered string.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/string.h | string.h | clib.lib |