Name

LC_NUMERIC macro — Numeric formatting category

Synopsis

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.