fpc/packages/libc/src/sustath.inc
marco 9776fd3007 * libc moved
git-svn-id: trunk@9936 -
2008-01-26 16:37:27 +00:00

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';