blob: 82b5ca1c5b3620a3ceadc695d1186b1d21695c9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define LC_MONETARY (3)
/** locale monetary 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 monetary values.
***/
/*
STDC(1)
*/
|