__ctype_b_loc

Name

__ctype_b_loc -- accessor function for __ctype_b array for ctype functions

Synopsis

#include <ctype.h>

extern const unsigned short int **ctype_b_loc(void);

Description

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