1 2 3 4 5 6 7
#ifndef _LOCALE_H #include <locale/locale.h> /* Now define the internal interfaces. */ extern struct lconv *__localeconv (void); #endif