(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / include / locale.h
blob22770b9ad2c2723e0408b9faadc0a6fcd9f61c7a
1 #ifndef _LOCALE_H
2 #include <locale/locale.h>
4 extern __typeof (uselocale) __uselocale;
6 libc_hidden_proto (setlocale)
8 /* This has to be changed whenever a new locale is defined. */
9 #define __LC_LAST 13
11 extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden;
13 /* Locale object for C locale. */
14 extern struct __locale_struct _nl_C_locobj attribute_hidden;
16 /* Now define the internal interfaces. */
17 extern struct lconv *__localeconv (void);
19 /* Fetch the name of the current locale set in the given category. */
20 extern const char *__current_locale_name (int category) attribute_hidden;
22 #endif