aboutsummaryrefslogtreecommitdiff
path: root/src/date.h
diff options
context:
space:
mode:
authorfoswret2026-05-02 12:22:58 -0500
committerfoswret2026-05-02 12:22:58 -0500
commit7540a10d9a2d377191b64a29e794d4b58f320347 (patch)
tree558b064ff764546cfc0a12da07b4f9ce4d7a80a8 /src/date.h
parente291d28cdb37534ad5b22c1eff94a9b389edd2ad (diff)
implement correct month rendering, multipage, No start of month offset
Diffstat (limited to 'src/date.h')
-rw-r--r--src/date.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date.h b/src/date.h
new file mode 100644
index 0000000..ce297ed
--- /dev/null
+++ b/src/date.h
@@ -0,0 +1 @@
+int isleap(int year);