_tolower()

convert uppercase letter to lowercase 

Function


SYNOPSIS

#include <ctype.h>

int _tolower(int c);


DESCRIPTION

The macro _tolower() is equivalent to tolower() except that the argument c must be an uppercase letter.


PARAMETERS

c 

Is an integer, whose value is representable as an uppercase letter.


RETURN VALUES

If successful, _tolower() returns the lowercase letter corresponding to the argument passed. Arguments outside the domain cause undefined results.


CONFORMANCE

UNIX 98.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
_toupper(), islower(), isupper(), setlocale(), toascii(), tolower(), toupper()


PTC MKS Toolkit 10.4 Documentation Build 39.