fpc/packages/base/libc/sgttyh.inc
2003-06-26 08:31:12 +00:00

18 lines
468 B
PHP

type
Psgttyb = ^sgttyb;
sgttyb = record
{undefined structure}
end;
function gtty(__fd:longint; __params:Psgttyb):longint;cdecl;external clib name 'gtty';
function stty(__fd:longint; __params:Psgttyb):longint;cdecl;external clib name 'stty';
{ ---------------------------------------------------------------------
Borland compatibility types
---------------------------------------------------------------------}
Type
TSgTTyB = sgttyb;