other versions
- Tumbleweed 6.16-1.1
- Leap-16.0
- Leap-15.6
| blkcnt_t(3type) | blkcnt_t(3type) |
NAME¶
blkcnt_t - file block counts
LIBRARY¶
Standard C library (libc)
SYNOPSIS¶
#include <sys/types.h>
typedef /* ... */ blkcnt_t;
DESCRIPTION¶
Used for file block counts. It is a signed integer type.
STANDARDS¶
POSIX.1-2024.
HISTORY¶
POSIX.1-2001.
NOTES¶
The following header also provides this type: <sys/stat.h>.
SEE ALSO¶
stat(3type)
| 2025-10-29 | Linux man-pages (unreleased) |