$manlookup

locale_t

(3type)

locale object

Library functionsmanpages-dev 6.9.1-1
#include <locale.h> typedef /* ... */ locale_t;

LIBRARY

Standard C library (libc)

DESCRIPTION

locale_t is a type used for storing a locale object.

STANDARDS

POSIX.1-2008.

HISTORY

POSIX.1-2008.

NOTES

The following headers also provide this type: <ctype.h>, <langinfo.h>, <monetary.h>, <string.h>, <strings.h>, <time.h>, <wchar.h>, <wctype.h>.

See also