Struct getargv_sys::ArgvResult
source · #[repr(C)]pub struct ArgvResult {
pub buffer: *mut c_char,
pub start_pointer: *mut c_char,
pub end_pointer: *mut c_char,
}Fields§
§buffer: *mut c_char§start_pointer: *mut c_char§end_pointer: *mut c_char