]> mj.ucw.cz Git - eval.git/blob - examples/timelib/timepas.c
Fixed small error (which should manifest anyway)
[eval.git] / examples / timelib / timepas.c
1 #include <time.h>
2
3 int cpspc_time(void)
4 {
5   return clock() * 1000 / CLOCKS_PER_SEC;
6 }