syscall.pp 107 B

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