]> mj.ucw.cz Git - moe.git/blob - misc/timelib.pas
Replaced FREE_PASCAL_RTE by a generic EXIT_CODE_HOOK.
[moe.git] / misc / timelib.pas
1 unit timelib;
2 interface
3 function cpspc_time:longint;cdecl;external;
4 {$L timepas.o}
5 {$LinkLib c}
6 implementation
7 begin
8 end.