dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
lconv
core
stdc
locale
extern (
C
) @
trusted
nothrow @
nogc
struct
lconv {
char
*
decimal_point
;
char
*
thousands_sep
;
char
*
grouping
;
char
*
int_curr_symbol
;
char
*
currency_symbol
;
char
*
mon_decimal_point
;
char
*
mon_thousands_sep
;
char
*
mon_grouping
;
char
*
positive_sign
;
char
*
negative_sign
;
byte
int_frac_digits
;
byte
frac_digits
;
byte
p_cs_precedes
;
byte
p_sep_by_space
;
byte
n_cs_precedes
;
byte
n_sep_by_space
;
byte
p_sign_posn
;
byte
n_sign_posn
;
byte
int_p_cs_precedes
;
byte
int_p_sep_by_space
;
byte
int_n_cs_precedes
;
byte
int_n_sep_by_space
;
byte
int_p_sign_posn
;
byte
int_n_sign_posn
;
}
Meta
Source
See Implementation
core
stdc
locale
functions
localeconv
setlocale
manifest constants
LC_ADDRESS
LC_ALL
LC_COLLATE
LC_CTYPE
LC_IDENTIFICATION
LC_MEASUREMENT
LC_MESSAGES
LC_MONETARY
LC_NAME
LC_NUMERIC
LC_PAPER
LC_TELEPHONE
LC_TIME
structs
lconv