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