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