1dev_t(3type) dev_t(3type)
23
4
NAME
6dev_t - device ID
7
LIBRARY
9Standard C library (libc)
10
SYNOPSIS
12#include <sys/types.h>
1314
typedef /* ... */ dev_t;
15
DESCRIPTION
17Used for device IDs. It is an integer type. For further details of
18this type, see makedev(3).
19
STANDARDS
21POSIX.1-2008.
22
HISTORY
24POSIX.1-2001.
25
NOTES
27The following header also provides this type: <sys/stat.h>.
28
SEE ALSO
30mknod(2), stat(3type)
3132
33
34
Linux man-pages 6.05 2023-03-30 dev_t(3type)