locale_t(3type) locale_t(3type)

locale_t - locale object

Standard C library (libc)

#include <locale.h>
typedef /* ... */  locale_t;

locale_t is a type used for storing a locale object.

POSIX.1-2008.

POSIX.1-2008.

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

duplocale(3), freelocale(3), newlocale(3), setlocale(3), uselocale(3), locale(5), locale(7)

2024-05-03 Linux man-pages 6.9.1