Function libc::makedev
[−]
[src]
pub unsafe extern "C" fn makedev(major: c_uint, minor: c_uint) -> dev_t
🔬 This is a nightly-only experimental API. (libc)
use libc from crates.io