shithub: sl

ref: e0b01eb11d97d9d1e1f36cd9a62c87b9bd33c50c
dir: /src/timefuncs.h/

View raw version
#pragma once

double sec_realtime(void);
u64int nanosec_monotonic(void);
void timestring(double s, char *buf, int sz);
double parsetime(const char *s);
void sleep_ms(int ms);