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';


syntax highlighted by Code2HTML, v. 0.9.1