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