blkcnt_t - file block counts
Contents
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;
