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

_stat64

Declaration

Source position: bstath.inc line 43

type _stat64 = record

  st_dev: __dev_t;

  __pad1: dword;

  __st_ino: __ino_t;

  st_mode: __mode_t;

  st_nlink: __nlink_t;

  st_uid: __uid_t;

  st_gid: __gid_t;

  st_rdev: __dev_t;

  __pad2: dword;

  st_size: __off64_t;

  st_blksize: __blksize_t;

  st_blocks: __blkcnt64_t;

  st_atime: __time_t;

  __unused1: dword;

  st_mtime: __time_t;

  __unused2: dword;

  st_ctime: __time_t;

  __unused3: dword;

  st_ino: __ino64_t;

end;


Documentation generated on: 2023-03-18