1blksize_t(3type) blksize_t(3type)
23
4
NAME
6blksize_t - file block sizes
7
LIBRARY
9Standard C library (libc)
10
SYNOPSIS
12#include <sys/types.h>
1314
typedef /* ... */ blksize_t;
15
DESCRIPTION
17Used for file block sizes. It is a signed integer type.
18
STANDARDS
20POSIX.1-2008.
21
HISTORY
23POSIX.1-2001.
24
NOTES
26The following header also provides this type: <sys/stat.h>.
27
SEE ALSO
29stat(3type)
3031
32
33
Linux man-pages 6.04 2023-03-30 blksize_t(3type)