mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-03 18:05:28 +02:00
11 lines
487 B
PHP
11 lines
487 B
PHP
|
|
function ioctl(__fd:longint; __request:dword; args:array of const):longint;cdecl;external clib name 'ioctl';
|
|
function ioctl(__fd:longint; __request:dword):longint;cdecl;external clib name 'ioctl';
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|
|
function ioctl(__fd:longint; __request:dword; args:pointer):longint;cdecl;external clib name 'ioctl';
|