Corewar documentation 1.0.0
|
The file containing the my_strcapitalize function. More...
#include "my.h"
Functions | |
char * | my_strcapitalize (char *str) |
Capitalizes the first letter of each word in a string (str) and lowercase the other letters. | |
The file containing the my_strcapitalize function.
char * my_strcapitalize | ( | char * | str | ) |
Capitalizes the first letter of each word in a string (str) and lowercase the other letters.
str | The string to modify |