ΒΆinline char toUppercase(char c)

Description

Converts the given ASCII character to its uppercase equivalent. If the character is not a lowercase character, it is returned as is.

Declared at: clang/include/clang/Basic/CharInfo.h:217

Parameters

char c