shithub: sl

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