shithub: femtolisp

ref: 7da7a91bc8a0162bf0f21d298c1a356fc2cbce00
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