|
hconverter
C code to convert dates between Hebrew, Gregorian and Julian calendars
|
#include <hc_internal.h>
Data Fields | |
| long(* | abs_date )(int year, int month, int day) |
| int(* | compute_date )(long abs_date, hc_date *target) |
| int(* | check_date )(int year, int month, int day) |
| int(* | is_leap_year )(int year) |
| int(* | month_length )(int year, int month) |
This struct contains pointers to specific functions in a calendar implementation.
1.8.10