logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

locale_t - locale object

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;

See Also