]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3type/blksize_t.3type
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3type / blksize_t.3type
CommitLineData
cb0f97b2 1.\" Copyright (c) 2020-2022 by Alejandro Colomar <alx@kernel.org>
b4ba165d
AC
2.\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
3.\"
5fbde956 4.\" SPDX-License-Identifier: Linux-man-pages-copyleft
b4ba165d
AC
5.\"
6.\"
4c1c5274 7.TH blksize_t 3type (date) "Linux man-pages (unreleased)"
8a1aadcf
AC
8.SH NAME
9blksize_t \- file block sizes
67706947
AC
10.SH LIBRARY
11Standard C library
12.RI ( libc )
8a1aadcf
AC
13.SH SYNOPSIS
14.nf
15.B #include <sys/types.h>
c6d039a3 16.P
8a1aadcf
AC
17.BR typedef " /* ... */ " blksize_t;
18.fi
19.SH DESCRIPTION
20Used for file block sizes.
2325c425 21It is a signed integer type.
3113c7f3 22.SH STANDARDS
4131356c
AC
23POSIX.1-2008.
24.SH HISTORY
25POSIX.1-2001.
8a1aadcf
AC
26.SH NOTES
27The following header also provides this type:
28.IR <sys/stat.h> .
29.SH SEE ALSO
178eaf37 30.BR stat (3type)