]> mj.ucw.cz Git - eval.git/blob - timelib.pas
3e1dfcfff934283ab3b69a9ea945d88d7ce4d0c4
[eval.git] / 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.