shithub: femtolisp

ref: e43dbe8cc89f1945b25b7fdbac45e8e61f8273c1
dir: /llt/timefuncs.h/

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