#ifndef DAY_VIEW_H #define DAY_VIEW_H void draw_day_view(int *day, int *month, int *year); #endif