Files
fparkan/vendor/libc/src/hermit/x86_64.rs

3 lines
46 B
Rust
Raw Normal View History

pub type c_char = i8;
pub type wchar_t = i32;