Home

blksize_t(3type)

blksize_t(3type)blksize_t(3type)

blksize_t - file block sizes

Standard C library (libc)

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

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

POSIX.1-2001 and later.

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

stat(3type)

2022-10-30Linux man-pages 6.03