dev_t

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

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-2001 and later.  

NOTES

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

SEE ALSO

mknod(2), stat(3type)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:04:17 GMT, May 18, 2024