INtime SDK Help
strrev

Reverses the order of the characters in a string.

#include <string.h>
char *strrev (char *string);
char *_strrev (char *string);

Parameters

string
String to be reversed.

Remarks

The terminating null character \0 remains in place.  _strrev is an alternate name for strrev.

Return Values

A pointer to the altered string.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/string.h string.h clib.lib

See Also

strcpy, strset