getopt_t

Type Alias getopt_t 

Source
pub type getopt_t = getopt_s;

Aliased Type§

#[repr(C)]
pub struct getopt_t { pub nextchar: *const i8, pub optarg: *const i8, pub optind: i32, pub opterr: i32, pub optopt: i32, }

Fields§

§nextchar: *const i8§optarg: *const i8§optind: i32§opterr: i32§optopt: i32