hebdate           601 ext/calendar/calendar.c 	char date[16], hebdate[32];
hebdate           618 ext/calendar/calendar.c 		snprintf(hebdate, sizeof(hebdate), "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONTH_NAME(year)[month], heb_number_to_chars(year, fl, &yearp));
hebdate           627 ext/calendar/calendar.c 		RETURN_STRING(hebdate);