Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <sys/types.h> dev_t makedev(major_t maj, minor_t min); | |
Description |
| |
Return val. | Formatted device number | |
if successful. | ||
|
| if an error occurs. |
Errors |
| |
| One or both of the maj and min arguments is too large, or the device number created from maj and min is | |
See also |
|