blkcnt_t
Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
查看本页索引
返回目录
NAME
blkcnt_t - file block counts
LIBRARY
Standard C library
(
libc)
SYNOPSIS
#include <sys/types.h>
typedef /* ... */ blkcnt_t;
DESCRIPTION
Used for file block counts.
It is a signed integer type.
STANDARDS
POSIX.1-2001 and later.
NOTES
The following header also provides this type:
<sys/stat.h>.
SEE ALSO
stat(3type)
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- STANDARDS
-
- NOTES
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 03:16:58 GMT, July 01, 2024