Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / libc / src / bustath.inc
Size: Mime:

type
   P_ustat = ^_ustat;
   _ustat = record
     f_tfree : __daddr_t;
     f_tinode : __ino_t;
     f_fname : array[0..5] of char;
     f_fpack : array[0..5] of char;
   end;



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

Type
  TUStat = _ustat;
  PUStat = ^TUStat;