getmonthname
strlcpy(month, getmonthname(*imonth), SLEN);
strlcpy(month, getmonthname(offset), SLEN);
strlcpy(month, getmonthname(d), SLEN);
strlcpy(month, getmonthname(d), SLEN);
strlcpy(month, getmonthname(m), SLEN);
static const char *getmonthname(int i);