Processing math: 100%

chrUcase

Convert a string to uppercase

Description:

The characters in the string are all converted to uppercase in situ.

Invocation

void chrUcase( char string )

Parameters :

string
Pointer to a null terminated string holding the string to be converted to uppercase.