ref: ebc07a3b8f4ab9bc0e0eb44f1797461bc616f455
dir: /llt/timefuncs.h/
#ifndef __TIMEFUNCS_H_ #define __TIMEFUNCS_H_ u_int64_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