Type Definition coreclr_hosting_shared::char_t[][src]

pub type char_t = c_char;
Expand description

The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.