time.inc 84 B

1234
  1. function CLK_TCK : __clock_t;
  2. begin
  3. CLK_TCK:=__clock_t(__sysconf(2));
  4. end;