]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/locale.h
Update.
[thirdparty/glibc.git] / include / locale.h
CommitLineData
728c24ff 1#ifndef _LOCALE_H
28f540f4 2#include <locale/locale.h>
728c24ff 3
47e8b443
UD
4/* This has to be changed whenever a new locale is defined. */
5#define __LC_LAST 13
6
ab26a24a
UD
7extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden;
8
5db91571
UD
9/* Locale object for C locale. */
10extern struct __locale_struct _nl_C_locobj;
11
728c24ff
AJ
12/* Now define the internal interfaces. */
13extern struct lconv *__localeconv (void);
14
15#endif