blob: 12702e1aebc9719c51596a13d223c300259e8734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define LC_ALL (0)
/** all locale categories **/
/***
is used as the ARGUMENT(category) in a call to FUNCTION(setlocale) to operate
on all categories of the current locale.
***/
/*
STDC(1)
*/
|