$manlookup

blkcnt_t

(3type)

file block counts

Library functionsmanpages-dev 6.9.1-1
#include <sys/types.h> typedef /* ... */ blkcnt_t;

LIBRARY

Standard C library (libc)

DESCRIPTION

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

STANDARDS

POSIX.1-2008.

HISTORY

POSIX.1-2001.

NOTES

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

See also