dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
setlocale
core
sys
posix
locale
Set the C library's notion of natural language formatting style
char
*
setlocale
(int category, char* locale)
char
*
setlocale
(int category, char* locale)
char
*
setlocale
(int category, char* locale)
version(Posix && !DarwinBSDLocale && !GNULinuxLocale && CRuntime_Musl)
extern (
C
) nothrow @
nogc
char
*
setlocale
(
int
category
,
const
char
*
locale
)
char
*
setlocale
(int category, char* locale)
char
*
setlocale
(int category, char* locale)
Meta
Source
See Implementation
core
sys
posix
locale
aliases
locale_t
enums
LC_ALL
LC_ALL_MASK
LC_COLLATE_MASK
LC_CTYPE
LC_CTYPE_MASK
functions
duplocale
freelocale
localeconv
newlocale
setlocale
uselocale
manifest constants
LC_GLOBAL_LOCALE
structs
lconv
Set the C library's notion of natural language formatting style