$manlookup

blksize_t

(3type)

file block sizes

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

LIBRARY

Standard C library (libc)

DESCRIPTION

Used for file block sizes. 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