fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong
[musl] / src / locale / nl_langinfo_l.c
1 #include <locale.h>
2 #include <langinfo.h>
3
4 char *nl_langinfo_l(nl_item item, locale_t l)
5 {
6         return nl_langinfo(item);
7 }