shithub: femtolisp

ref: 43cb51f6406bc5f1a59a7c6137db5df44869490c
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(char *str);
void sleep_ms(int ms);
void timeparts(int32_t *buf, double t);

#endif