locale_t - locale object
Contents
Description
locale_t is a type used for storing a locale object.
History
POSIX.1-2008.
Library
Standard C library (libc)
Name
locale_t - locale object
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
duplocale(3), freelocale(3), newlocale(3), setlocale(3), uselocale(3), locale(5), locale(7) Linux man-pages 6.9.1 2024-05-03 locale_t(3type)
Standards
POSIX.1-2008.
Synopsis
#include<locale.h>typedef /* ... */ locale_t;