Add seconds to Time type, handle in time component

This commit is contained in:
2023-05-18 01:24:42 +01:00
parent 7926ccc6fa
commit d7dd2025b8
2 changed files with 15 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
typedef struct {
unsigned hour;
unsigned minute;
unsigned second;
} Time;
typedef struct {