ref: f05ac5b9d4afa32ab0c50ea95d875cfbfcb4aa91
dir: /llt/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