xref: /haiku/src/system/libroot/posix/glibc/include/locale.h (revision 68ea01249e1e2088933cb12f9c28d4e5c5d1c9ef)
1 #ifndef	_LOCALE_H
2 #include <locale/locale.h>
3 
4 /* Locale object for C locale.  */
5 extern struct __locale_struct _nl_C_locobj;
6 
7 /* Now define the internal interfaces.  */
8 extern struct lconv *__localeconv (void);
9 
10 #endif
11