From 4b18819e5f34358cab1bf1c1514d443421d7968c Mon Sep 17 00:00:00 2001 From: foswret Date: Fri, 12 Dec 2025 15:13:48 -0600 Subject: All months are now able to be generated correctly in one PDF. Therefore, all absolutely core functionality is done. --- src/date.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/date.h') diff --git a/src/date.h b/src/date.h index 4ff3d32..becc5a2 100644 --- a/src/date.h +++ b/src/date.h @@ -1 +1,3 @@ /* date.h: Includes all the functions relating to calculating months, days, etc. */ + +int isleap(int year); -- cgit v1.2.3