ref: b47f06a31e7449c8968b54db9d921fd6cce6bc7c
dir: /timefuncs.h/
#ifndef TIMEFUNCS_H_ #define TIMEFUNCS_H_ uint64_t i64time(void); double clock_now(void); void timestring(double seconds, char *buffer, size_t len); double parsetime(const char *str); void sleep_ms(int ms); #endif