blkcnt_t(3type) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | NOTES | SEE ALSO

blkcnt_t(3type)                                          blkcnt_t(3type)

NAME         top

       blkcnt_t - file block counts

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <sys/types.h>

       typedef /* ... */ blkcnt_t;

DESCRIPTION         top

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

STANDARDS         top

       POSIX.1-2008.

HISTORY         top

       POSIX.1-2001.

NOTES         top

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

SEE ALSO         top

       stat(3type)

Linux man-pages (unreleased)     (date)                  blkcnt_t(3type)