shithub: femtolisp

ref: 065e6150c3b727a3dc15647609e6a4904c79ee18
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);