shithub: sl

ref: 00c2c84deabbed8dfe7ed1c5e25af4dd093d3755
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);