mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 13:53:57 +02:00
5 lines
84 B
PHP
5 lines
84 B
PHP
function CLK_TCK : __clock_t;
|
|
begin
|
|
CLK_TCK:=__clock_t(__sysconf(2));
|
|
end;
|