shithub: femtolisp

ref: 3f4b26a46f907a6c4641512a6e3d6f4c90937f69
dir: /llt/timefuncs.h/

View raw version
#ifndef __TIMEFUNCS_H_
#define __TIMEFUNCS_H_

u_int64_t i64time();
double clock_now();
void timestring(double seconds, char *buffer, size_t len);
double parsetime(const char *str);
void sleep_ms(int ms);
void timeparts(int32_t *buf, double t);

#endif