Function libc::clone [] [src]

pub unsafe extern "C" fn clone(
    cb: extern "C" fn(_: *mut c_void) -> c_int,
    child_stack: *mut c_void,
    flags: c_int,
    arg: *mut c_void,
     ...
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io