logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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;

See Also