]> mj.ucw.cz Git - eval.git/blob - timelib/timelib.pas
Doc: Note that Isolate has moved
[eval.git] / timelib / 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.