mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-15 09:23:25 +02:00
18 lines
466 B
PHP
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;
|