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