mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 18:13:50 +02:00
10 lines
366 B
PHP
10 lines
366 B
PHP
|
|
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';
|