1 // clocale standard header
2 #pragma once
3 #ifndef _CLOCALE_
4 #define _CLOCALE_
5 #include <yvals.h>
6
7 #ifdef _STD_USING
8  #undef _STD_USING
9   #include <locale.h>
10  #define _STD_USING
11
12 #else /* _STD_USING */
13  #include <locale.h>
14
15  #ifndef LC_MESSAGES
16   #define LC_MESSAGES    (LC_TIME + 1)
17  #endif /* LC_MESSAGES */
18
19 #endif /* _STD_USING */
20
21  #ifndef RC_INVOKED
22   #if _GLOBAL_USING
23 _STD_BEGIN
24 using ::lconv; using ::localeconv; using ::setlocale;
25 _STD_END
Lines 26 ... 32 are skipped.
33  * Consult your license regarding permissions and restrictions.
34  V5.02:0009 */
35