1 #ifndef SRC_HCONVERTER_INTERNAL_H_
2 #define SRC_HCONVERTER_INTERNAL_H_
8 long (*abs_date)(
int year,
int month,
int day);
9 int (*compute_date)(
long abs_date,
hc_date *target);
10 int (*check_date)(
int year,
int month,
int day);
11 int (*is_leap_year)(
int year);
12 int (*month_length)(
int year,
int month);
20 extern const long COMMON_BEGINNING;
23 extern const int COMMON_MONTH_LENGTH[12];
Definition: hconverter.h:37
Definition: hc_internal.h:7
hc_calendar_type
Supported types of calendar.
Definition: hconverter.h:32
Public header file for hconverter library.