ΒΆinline char toLowercase(char c)

Description

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

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

Parameters

char c