42sh 1.0.0
Create a shell in C
|
The file containing the my_strlowcase function. More...
#include "my.h"
Functions | |
char * | my_strlowcase (char *str) |
Replaces upcase by lowcase of a string (str) | |
The file containing the my_strlowcase function.
char * my_strlowcase | ( | char * | str | ) |
Replaces upcase by lowcase of a string (str)
str | The string to modify |