blksize_t - file block sizes
Contents
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;
