char * strlwr

char * strlwr(char *)

The strlwr() function will convert a string to lower case. Only the upper case alphabetic characters [A .. Z] are converted. Non-alphabetic characters will not be changed.

Remember:

The strlwr() function returns a pointer to the converted string.