mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 09:42:39 +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;
|