Function libc::getopt [] [src]

pub unsafe extern fn getopt(argc: c_int,
                            argv: *const *mut c_char,
                            optstr: *const c_char)
                            -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io