sustath.inc 366 B

123456789
  1. function ustat(__dev:__dev_t; __ubuf:Pustat):longint;cdecl;external clib name 'ustat';
  2. { ---------------------------------------------------------------------
  3. Borland compatibility types
  4. ---------------------------------------------------------------------}
  5. // Type
  6. function ustat(__dev:__dev_t; var __ubuf:_ustat):longint;cdecl;external clib name 'ustat';