xref: /haiku/src/system/libroot/posix/glibc/include/locale.h (revision 4f00613311d0bd6b70fa82ce19931c41f071ea4e)
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