shifting characters in a character string

Suppose I have the following character string char * str1 = "2 34 5";

Is there a function in C that could help me shift the contents of this character string?

Topic archived. No new replies allowed.