]> mj.ucw.cz Git - moe.git/blob - misc/timepas.c
Replaced FREE_PASCAL_RTE by a generic EXIT_CODE_HOOK.
[moe.git] / misc / timepas.c
1 #include <time.h>
2
3 int cpspc_time(void)
4 {
5   return clock() * 1000 / CLOCKS_PER_SEC;
6 }