Type Alias cwd_state

Source
pub type cwd_state = _cwd_state;

Aliased Type§

#[repr(C)]
pub struct cwd_state { pub cwd: *mut i8, pub cwd_length: i32, }

Fields§

§cwd: *mut i8§cwd_length: i32