Function libc::clone
[−]
[src]
pub unsafe extern fn clone(cb: extern 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