shithub: sl

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

View raw version
#pragma once

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