#include <ctype.h>
The _toupper() macro is equivalent to toupper(3C) except that the argument c must be a lower-case letter.
On successful completion, _toupper() returns the upper-case letter corresponding to the argument passed.
No errors are defined.
See attributes(5) for descriptions of the following attributes:
islower(3C), toupper(3C), attributes(5)