diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-06-17 23:25:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-06-17 23:25:01 -0400 |
commit | bb7501fc2b1fcdeba80c611bbc587ca9b26c3e4e (patch) | |
tree | b241c38d17a1433c09a9dca189d61d9a56ed05a4 /weekly.h | |
parent | 66394b7f028c887dc0bbf853183fa55f83e4b342 (diff) | |
download | weekly-bb7501fc2b1fcdeba80c611bbc587ca9b26c3e4e.tar.gz |
Diffstat (limited to 'weekly.h')
-rw-r--r-- | weekly.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #include <time.h> #if defined(_WIN32) || defined(_WIN64) @@ -71,6 +72,7 @@ #define RECORD_STYLE_LONG 1 #define RECORD_STYLE_CSV 2 #define RECORD_STYLE_DICT 3 +#define WEEK_MAX 54 struct Record { char *date; |