2 * D header file for C99.
4 * Copyright: Public Domain
5 * License: Public Domain
7 * Standards: ISO/IEC 9899:1999 (E)
18 char* int_curr_symbol;
19 char* currency_symbol;
20 char* mon_decimal_point;
21 char* mon_thousands_sep;
33 byte int_p_cs_precedes;
34 byte int_p_sep_by_space;
35 byte int_n_cs_precedes;
36 byte int_n_sep_by_space;
45 const LC_MONETARY = 4;
50 const LC_TELEPHONE = 10;
51 const LC_MEASUREMENT = 11;
52 const LC_IDENTIFICATION = 12;
54 char* setlocale(int category, in char* locale);