shithub: sl

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