StringUpperCase

void StringUpperCase (char string[]);

Purpose

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

Parameters

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

Return Value

None.