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