mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-16 09:46:08 +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;
|