mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-15 23:49:53 +02:00
4 lines
96 B
C
4 lines
96 B
C
void time_busy(i64 duration);
|
|
i64 time_jiffies();
|
|
i64 time_now();
|
|
void time_sleep(i64 duration); |