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

blkcnt_t - file block counts

Description

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

History

       POSIX.1-2001.

Library

       Standard C library (libc)

Name

       blkcnt_t - file block counts

Notes

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

See Also

stat(3type)

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

Standards

       POSIX.1-2008.

Synopsis

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

See Also