]> mj.ucw.cz Git - eval.git/blob - timelib/timepas.c
Doc: Note that Isolate has moved
[eval.git] / timelib / timepas.c
1 #include <time.h>
2
3 int cpspc_time(void)
4 {
5   return clock() * 1000 / CLOCKS_PER_SEC;
6 }