]> mj.ucw.cz Git - moe.git/blob - misc/timelib.h
More bits of the submit GUI.
[moe.git] / misc / timelib.h
1 #include <time.h>
2
3 static inline int cpspc_time(void) {
4   return clock() * 1000 / CLOCKS_PER_SEC;
5 }