aboutsummaryrefslogtreecommitdiff
path: root/src/date.h
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-12-12 15:13:48 -0600
committerfoswret <foswret@posteo.com>2025-12-12 15:13:48 -0600
commit4b18819e5f34358cab1bf1c1514d443421d7968c (patch)
treec28b3bbb3a1a365b03e63724645f3d0eac8e90ca /src/date.h
parent5a0c5630e0bcc5e06beb856c666f7eaedd1c9559 (diff)
All months are now able to be generated correctly in one PDF. Therefore, all absolutely core functionality is done.
Diffstat (limited to 'src/date.h')
-rw-r--r--src/date.h2
1 files changed, 2 insertions, 0 deletions
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);