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