Skip to main content

arg_str_t

Type Alias arg_str_t 

Source
pub type arg_str_t = arg_str;

Aliased Type§

#[repr(C)]
pub struct arg_str_t { pub hdr: arg_hdr, pub count: i32, pub sval: *mut *const u8, }

Fields§

§hdr: arg_hdr§count: i32§sval: *mut *const u8