/* month init */ void month_init(void) { } /* month draw */ void month_draw(void) { } /* month run */ int month_run(int chr) { return 0; }