]> mj.ucw.cz Git - eval.git/blob - examples/timelib/timelib.pas
Fixed small error (which should manifest anyway)
[eval.git] / examples / 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.