LC_NUMERIC macro — Numeric formatting category
int LC_NUMERIC
The LC_NUMERIC
macro
expands to a constant integer, which sets the numeric-formatting
category in a call to setlocale
.
I/O functions such as printf
(in
<cstdio>
) use this
information to format numbers. Call localeconv
to retrieve this
information.