]> mj.ucw.cz Git - moe.git/blob - examples/timelib/timepas.c
Box: Let the 32-bit version refuse to run on 64-bit kernels
[moe.git] / examples / timelib / timepas.c
1 #include <time.h>
2
3 int cpspc_time(void)
4 {
5   return clock() * 1000 / CLOCKS_PER_SEC;
6 }