Function stdio_tolower

Function Documentation

int stdio_tolower(int c)

Convert a char to lower case.

Parameters:

c – The character to convert.

Returns:

The converted char.