Add seconds to Time type, handle in time component
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
typedef struct {
|
||||
unsigned hour;
|
||||
unsigned minute;
|
||||
unsigned second;
|
||||
} Time;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user