]> git.ipfire.org Git - thirdparty/man-pages.git/blob - man3type/blkcnt_t.3type
Many pages: Use man3type/ and man2type/ for type pages
[thirdparty/man-pages.git] / man3type / blkcnt_t.3type
1 .\" Copyright (c) 2020-2022 by Alejandro Colomar <colomar.6.4.3@gmail.com>
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 BLKCNT_T 3type 2021-11-02 Linux "Linux Programmer's Manual"
8 .SH NAME
9 blkcnt_t \- file block counts
10 .SH LIBRARY
11 Standard C library
12 .RI ( libc )
13 .SH SYNOPSIS
14 .nf
15 .B #include <sys/types.h>
16 .PP
17 .BR typedef " /* ... */ " blkcnt_t;
18 .fi
19 .SH DESCRIPTION
20 Used for file block counts.
21 According to POSIX,
22 it shall be a signed integer type.
23 .SH CONFORMING TO
24 POSIX.1-2001 and later.
25 .SH NOTES
26 The following header also provides this type:
27 .IR <sys/stat.h> .
28 .SH SEE ALSO
29 .BR stat (3type)