added sec_t

This commit is contained in:
Timerix 2025-11-08 23:57:22 +05:00
parent ee2b88a412
commit d6436d0833

View File

@ -12,6 +12,8 @@ typedef u64 nsec_t;
typedef u64 usec_t;
/// miliseconds
typedef u64 msec_t;
/// seconds
typedef u64 sec_t;
/// system time now in nanoseconds
///@return u64 will overflow in 13 years