]> Pileus Git - lackey/blob - src/main.h
9f2d6acb58ca57b76c055e7c4dd47d790f5ccfde
[lackey] / src / main.h
1 #define COLOR_TITLE 1
2 #define COLOR_ERROR 2
3
4 /* Debugging */
5 const static int YEAR  = 2012;
6 const static int MONTH = 8;
7 const static int DAY   = 29;
8
9 /* Debug functions */
10 int debug(char *fmt, ...);