ref: c6a977063e97d4d1a9b4c07d2e0c7d0ceb02a6c0
dir: /llt/timefuncs.h/
#ifndef __TIMEFUNCS_H_ #define __TIMEFUNCS_H_ u_int64_t i64time(); double clock_now(); void timestring(double seconds, char *buffer, size_t len); double parsetime(char *str); void sleep_ms(int ms); void timeparts(int32_t *buf, double t); #endif