1blkcnt_t(3type) blkcnt_t(3type)
23
4
NAME
6blkcnt_t - file block counts
7
LIBRARY
9Standard C library (libc)
10
SYNOPSIS
12#include <sys/types.h>
1314
typedef /* ... */ blkcnt_t;
15
DESCRIPTION
17Used for file block counts. 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 blkcnt_t(3type)