summaryrefslogtreecommitdiff
path: root/src/locale/nl_langinfo_l.c
blob: b54db95c66d38f8a4a6481d004978c633445e6e9 (plain) (blame)
1
2
3
4
5
6
7
#include <locale.h>
#include <langinfo.h>

char *nl_langinfo_l(nl_item item, locale_t l)
{
	return nl_langinfo(item);
}