StringLowerCase

void StringLowerCase (char string[]);

Purpose

Converts all uppercase alphabetic characters in the NUL–terminated string to lowercase.

Parameters

Output
Name Type Description
string string NUL–terminated string to convert to lowercase.

Return Value

None.