shithub: femtolisp

ref: 8b59a493d6b5e51811321339450bddbe2aa56c24
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