From 1a289f60003b4301538b02e17ecc39b92982fea5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 May 2026 09:29:48 -0400 Subject: Fix duplicate records in output --- weekly.h | 1 + 1 file changed, 1 insertion(+) (limited to 'weekly.h') diff --git a/weekly.h b/weekly.h index e834606..e2e876c 100644 --- a/weekly.h +++ b/weekly.h @@ -100,5 +100,6 @@ int dir_empty(const char *path); char *find_program(const char *name); int make_path(char *basepath); char *make_output_path(char *basepath, char *path, int year, int week, int day_of_week); +int isdigit_s(const char *s); #endif // WEEKLY_H \ No newline at end of file -- cgit