From 41f73b0a45ba3e63ac33ebdc99f12481f5b7cdab Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 20 Dec 2019 09:28:54 -0700 Subject: implement printing --- src/print.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/print.h (limited to 'src/print.h') diff --git a/src/print.h b/src/print.h new file mode 100644 index 0000000..5bbc2c1 --- /dev/null +++ b/src/print.h @@ -0,0 +1,9 @@ +#ifndef EVERY_PRINT_H +#define EVERY_PRINT_H + +#include "calendar.h" + +void print_console(struct calendar_s *cal); +void print_script(struct calendar_s *cal); + +#endif -- cgit v1.2.3