fpc/packages/base/libc/sgttyh.inc
2005-02-14 17:13:06 +00:00

18 lines
466 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;