dev_t - device ID
Contents
Description
Used for device IDs. It is an integer type. For further details of this type, see makedev(3).
History
POSIX.1-2001.
Library
Standard C library (libc)
Name
dev_t - device ID
Notes
The following header also provides this type: <sys/stat.h>.
See Also
mknod(2), stat(3type) Linux man-pages 6.9.1 2024-05-02 dev_t(3type)
Standards
POSIX.1-2008.
Synopsis
#include<sys/types.h>typedef /* ... */ dev_t;
