]> mj.ucw.cz Git - moe.git/blob - misc/timelib.pas
Use `char *' for all strings instead of `byte *'.
[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.