diff options
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); |
![]() |
index : calp | |
| A printable calendar generator | foswret |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/date.h | 2 |
@@ -1 +1,3 @@ /* date.h: Includes all the functions relating to calculating months, days, etc. */ + +int isleap(int year); |