You must do this assignment using Eclipse and the CharactersAndStrings project that you checked out from your individual SVN repository in class.
Be sure to check out that project into your Eclipse C workspace, not your Python workspace.
(30 pts) Stubs for the 6 functions below have been provided for you in string-functions.c. The file also contains short specifications of each function as comments. For each, write thorough tests and complete the function definitions. You might want to use the functions declared in the ctype.h and string.h headers in your solution. Be sure to commit to your repository as you finish each function; that will help us to award credit for each function that you finish.
When your code is working, commit it to your repository.