1 2 3 4 5 6 7 8 9 10 11 12
#ifndef MLIBC_LOCALE #define MLIBC_LOCALE #include <bits/nl_item.h> namespace mlibc { char *nl_langinfo(nl_item item); } // namespace mlibc #endif // MLIBC_LOCALE