Update.
[glibc.git] / include / locale.h
blobb339953a93fa98d750dbfbc61936c33edd0713dc
1 #ifndef _LOCALE_H
2 #include <locale/locale.h>
4 libc_hidden_proto (setlocale)
6 /* This has to be changed whenever a new locale is defined. */
7 #define __LC_LAST 13
9 extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden;
11 /* Locale object for C locale. */
12 extern struct __locale_struct _nl_C_locobj attribute_hidden;
14 /* Now define the internal interfaces. */
15 extern struct lconv *__localeconv (void);
17 /* Fetch the name of the current locale set in the given category. */
18 extern const char *__current_locale_name (int category) attribute_hidden;
20 #endif