diff options
| author | foswret <foswret@posteo.com> | 2025-12-12 15:13:48 -0600 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-12-12 15:13:48 -0600 |
| commit | 4b18819e5f34358cab1bf1c1514d443421d7968c (patch) | |
| tree | c28b3bbb3a1a365b03e63724645f3d0eac8e90ca /src/date.h | |
| parent | 5a0c5630e0bcc5e06beb856c666f7eaedd1c9559 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ /* date.h: Includes all the functions relating to calculating months, days, etc. */ + +int isleap(int year); |
