]> mj.ucw.cz Git - eval.git/blob - examples/timelib/timelib.h
Box: Implemented the `-x' (extra timeout) option
[eval.git] / examples / timelib / timelib.h
1 #include <time.h>
2
3 static inline int cpspc_time(void) {
4   return clock() * 1000 / CLOCKS_PER_SEC;
5 }