Reverse a char* string.
Reverse a char* string.
| Name | Type | Default | Description |
| Return | char* | Changed entry string | |
| str | char* | - | Character string which is to be reversed. The input string must be specified as a variable! The content of the variable is changed! |
char str[512];
...
strcpy (str, "abc"); strreverse (str);
Alphabetic index HTML hierarchy of classes or Java