shithub: femtolisp

ref: 32172cdf6a00026675dee9be5c0fa3aef5fdff9d
dir: femtolisp/llt/timefuncs.h

View raw version
#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