blob: cdc94832bf2f033c1a23f87fcbd907e1ec1aedab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <locale.h>
#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)
*/
|