Replace the time and date with a date_t struct and corresponding functions.
i.e: date_t *date_malloc() void date_init(date_t *date) void date_set_year(date_t *date, year_t year) ...
Log in to post a comment.