sgttyh.inc 468 B

1234567891011121314151617
  1. type
  2. Psgttyb = ^sgttyb;
  3. sgttyb = record
  4. {undefined structure}
  5. end;
  6. function gtty(__fd:longint; __params:Psgttyb):longint;cdecl;external clib name 'gtty';
  7. function stty(__fd:longint; __params:Psgttyb):longint;cdecl;external clib name 'stty';
  8. { ---------------------------------------------------------------------
  9. Borland compatibility types
  10. ---------------------------------------------------------------------}
  11. Type
  12. TSgTTyB = sgttyb;