logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

blksize_t - file block sizes

Description

       Used for file block sizes.  It is a signed integer type.

History

       POSIX.1-2001.

Library

       Standard C library (libc)

Name

       blksize_t - file block sizes

Notes

       The following header also provides this type: <sys/stat.h>.

See Also

stat(3type)

Linux man-pages 6.9.1                              2024-05-02                                   blksize_t(3type)

Standards

       POSIX.1-2008.

Synopsis

#include<sys/types.h>typedef /* ... */ blksize_t;

See Also