2 * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
15 char *int_curr_symbol
;
16 char *currency_symbol
;
17 char *mon_decimal_point
;
18 char *mon_thousands_sep
;
30 char int_p_cs_precedes
;
31 char int_p_sep_by_space
;
32 char int_n_cs_precedes
;
33 char int_n_sep_by_space
;
46 * the values above must be kept in loopable order (i.e. strictly increasing
47 * with no holes) and in sync with the value below
49 #define LC_LAST LC_MESSAGES
55 extern struct lconv
*localeconv(void);
56 extern char *setlocale(int category
, const char *locale
);
62 #endif /* _LOCALE_H_ */