42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_strlowcase.c File Reference

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)
 

Detailed Description

The file containing the my_strlowcase function.

Author
Nicolas TORO

Function Documentation

◆ my_strlowcase()

char * my_strlowcase ( char * str)

Replaces upcase by lowcase of a string (str)

Parameters
strThe string to modify
Returns
char* The modified string
Author
Nicolas TORO