1 2 3 4 5 6 7 8
#ifndef MY_STRLOWCASE_H #define MY_STRLOWCASE_H #include <stddef.h> void my_strlowcase(char *str); #endif /* ! MY_STRLOWCASE_H */