shithub: sl

ref: 6fac4fa7ab4edb5a9db2608c8411c8d916b25d90
dir: /timefuncs.h/

View raw version
#pragma once

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