uselocale (3) Linux Manual Page
uselocale – set/get the locale for the calling thread Synopsis #include <locale.h> locale_t uselocale(locale_t newloc); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): uselocale(): Since glibc 2.10: _XOPEN_SOURCE >= 700 Before glibc 2.10: _GNU_SOURCE Description The uselocale() function sets the current locale for the calling thread, and returns the thread’s previously current locale. After a successful call…
