Type Alias netcorehost::bindings::char_t

source ·
pub type char_t = i8;
Expand description

Module for shared bindings for all hosting components. The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.