syscall.pp 81 B

12345678910
  1. unit syscall;
  2. interface
  3. {$i sysnr.inc}
  4. {$i syscallh.inc}
  5. implementation
  6. end.