Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

_statfs

Declaration

Source position: bstatfsh.inc line 4

type _statfs = record

  f_type: LongInt;

  f_bsize: LongInt;

  f_blocks: __fsblkcnt_t;

  f_bfree: __fsblkcnt_t;

  f_bavail: __fsblkcnt_t;

  f_files: __fsfilcnt_t;

  f_ffree: __fsfilcnt_t;

  f_fsid: __fsid_t;

  f_namelen: LongInt;

  f_spare: array [0..5] of LongInt;

end;


Documentation generated on: 2023-03-18