void StringLowerCase (char string[]);
Converts all uppercase alphabetic characters in the NUL–terminated string to lowercase.
None.