README: Update links
[man-pages.git] / man3type / blksize_t.3type
blob7384a38e12969d41126fc199bee3be58f4f082fa
1 .\" Copyright (c) 2020-2022 by Alejandro Colomar <alx@kernel.org>
2 .\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
3 .\"
4 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
5 .\"
6 .\"
7 .TH blksize_t 3type (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 blksize_t \- file block sizes
10 .SH LIBRARY
11 Standard C library
12 .RI ( libc )
13 .SH SYNOPSIS
14 .nf
15 .B #include <sys/types.h>
17 .BR typedef " /* ... */ " blksize_t;
18 .fi
19 .SH DESCRIPTION
20 Used for file block sizes.
21 It is a signed integer type.
22 .SH STANDARDS
23 POSIX.1-2008.
24 .SH HISTORY
25 POSIX.1-2001.
26 .SH NOTES
27 The following header also provides this type:
28 .IR <sys/stat.h> .
29 .SH SEE ALSO
30 .BR stat (3type)