libc

Function makedev

Source
pub unsafe extern "C" fn makedev(
    major: c_uint,
    minor: c_uint,
) -> dev_t