aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/internal/include/mlibc/locale.hpp
blob: a46a2c3e5e398c3423cbbe86333093e650b17425 (plain)
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