Type Definition nethost_sys::char_t[][src]

pub type char_t = c_char;
Expand description

The char type used in nethost and hostfxr. Defined as u16 on windows and as c_char otherwise.