Returns the ASCII character, converting to upper-case if lower-case is passed. Note that characters values > 127 are simply returned.
Declared in <absl/strings/ascii.h>
char
ascii_toupper(unsigned char c);
The uppercase equivalent of c, or c if it has no uppercase form.
| Name | Description |
|---|---|
| c | The character to convert. |