]> Pileus Git - lackey/blobdiff - src/main.h
Add day and week view
[lackey] / src / main.h
index bed6fb1aa5065c74a0c3f740cd90ba93f66c31f2..9f2d6acb58ca57b76c055e7c4dd47d790f5ccfde 100644 (file)
@@ -1,6 +1,10 @@
 #define COLOR_TITLE 1
 #define COLOR_ERROR 2
 
-#define N_ELEMENTS(x) (sizeof(x)/sizeof((x)[0]))
+/* Debugging */
+const static int YEAR  = 2012;
+const static int MONTH = 8;
+const static int DAY   = 29;
 
+/* Debug functions */
 int debug(char *fmt, ...);