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