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