From: Cody Cutler Date: Fri, 12 Sep 2014 22:41:38 +0000 (-0400) Subject: whoops. forgot date.h X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=e7d77aad2b2beb56a44ac5a4052fd748f0e81d9d;p=cs3210-lab1.git whoops. forgot date.h --- diff --git a/date.h b/date.h new file mode 100644 index 0000000..dd8f4b0 --- /dev/null +++ b/date.h @@ -0,0 +1,8 @@ +struct rtcdate { + uint second; + uint minute; + uint hour; + uint day; + uint month; + uint year; +};