$manlookup

dev_t

(3type)

device ID

Library functionsmanpages-dev 6.9.1-1
#include <sys/types.h> typedef /* ... */ dev_t;

LIBRARY

Standard C library (libc)

DESCRIPTION

Used for device IDs. It is an integer type. For further details of this type, see makedev(3).

STANDARDS

POSIX.1-2008.

HISTORY

POSIX.1-2001.

NOTES

The following header also provides this type: <sys/stat.h>.

See also