blob: 1c8749562683e08db01f2629301b8531d6b9d4fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define LC_NUMERIC (4)
/** locale number formatting category **/
/***
is used as the ARGUMENT(category) in a call to FUNCTION(setlocale) to operate
on the portion of the locale that affects formatting numeric values, except
for monetary values.
***/
/*
STDC(1)
*/
|