dev_t - device ID

NAME  LIBRARY  SYNOPSIS  DESCRIPTION  STANDARDS  HISTORY  NOTES  SEE ALSO 

NAME

dev_t − device ID

LIBRARY

Standard C library (libc)

SYNOPSIS

#include <sys/types.h>

typedef /* ... */ dev_t;

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

mknod(2), stat(3type)


Updated 2024-01-29 - jenkler.se | uex.se