#ifndef MY_STRLOWCASE_H #define MY_STRLOWCASE_H #include void my_strlowcase(char *str); #endif /* ! MY_STRLOWCASE_H */