Scroll to navigation

blksize_t(3type) blksize_t(3type)

NAME

blksize_t - file block sizes

LIBRARY

Standard C library (libc)

SYNOPSIS

#include <sys/types.h>
typedef /* ... */ blksize_t;

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

stat(3type)

2023-10-31 Linux man-pages 6.7