moved code here. still needs to update gh
This commit is contained in:
8
ncursescalander/include/calendar.h
Normal file
8
ncursescalander/include/calendar.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CALENDAR_H
|
||||
#define CALENDAR_H
|
||||
|
||||
int is_leap_year(int year);
|
||||
int days_in_month(int month, int year);
|
||||
void draw_calendar(int month, int year, int selected_day);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user