All public logs

Jump to navigation Jump to search

Combined display of all available logs of Helpful. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:32, 23 November 2023 Helpful talk contribs created page Stat (Created page with "{{stub}} The struct used for stat in C is defined like: <syntaxhighlight lang="c"> struct stat { dev_t st_dev; ino_t st_ino; mode_t st_mode; nlink_t st_nlink; uid_t st_uid; gid_t st_gid; dev_t st_rdev; off_t st_size; time_t st_atime; time_t st_mtime; time_t st_ctime; blksize_t st_blksize; blkcnt_t st_blocks; mode_t st_attr; }; </syntaxhighlight> (and a stat64 variation the same names but with 64-bit inodes, offsets, and block counts) '''Meanings''' (app...")