shithub: femtolisp

ref: 1dd15a7d2be65f89e7d012c5c77f4c7d2d71227b
dir: /timefuncs.h/

View raw version
#pragma once

double sec_realtime(void);
uint64_t nanosec_monotonic(void);
void timestring(double s, char *buf, int sz);
double parsetime(const char *s);
void sleep_ms(int ms);