__ctype_tolower_loc

Name

__ctype_tolower_loc -- accessor function for __ctype_b_tolower array for ctype tolower() function

Synopsis

#include <ctype.h>

int32_t **__ctype_tolower_loc(void);

Description

__ctype_tolower_loc() returns the address of the array to be used by the tolower function. This array is locale aware, and is local to the current thread if the application is multithreaded.