nl_item
char *nl_langinfo(nl_item);
char *nl_langinfo_l(nl_item, locale_t);
nl_langinfo(nl_item item)
nl_langinfo_l(nl_item item, locale_t loc)
nl_item i, s_item = 0, e_item = 0;
const nl_item mon_item[12] = { MON_1, MON_2, MON_3, MON_4,
const nl_item ab_item[12] = { ABMON_1, ABMON_2, ABMON_3, ABMON_4,
const nl_item alt_item[12] = { ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4,
populate_cmonth(char **field, const nl_item item, int idx)
populate_wmonth(wchar_t **field, const nl_item item, int idx)