C Workshop
ReverseWords.h File Reference

Go to the source code of this file.

Functions

char * ReverseWords (char *str)
 Reverses the words in a string. More...
 

Function Documentation

◆ ReverseWords()

char* ReverseWords ( char *  str)

Reverses the words in a string.

Parameters
strThe string to be reversed.
Returns
char* The string with the words reversed.