~ubuntu-branches/ubuntu/dapper/fpc/dapper

1
2
3
4
5
6
7
8
9
function ustat(__dev:__dev_t; __ubuf:Pustat):longint;cdecl;external clib name 'ustat';

{ ---------------------------------------------------------------------
    Borland compatibility types
  ---------------------------------------------------------------------}

// Type
function ustat(__dev:__dev_t; var __ubuf:_ustat):longint;cdecl;external clib name 'ustat';