Function stdio_tolower
Defined in File string.h
Function Documentation
-
int stdio_tolower(int c)
Convert a char to lower case.
- Parameters:
c – The character to convert.
- Returns:
The converted char.
Defined in File string.h
Convert a char to lower case.
c – The character to convert.
The converted char.