4 lines
57 B
Rust
4 lines
57 B
Rust
#![allow(non_camel_case_types)]
|
|
|
|
pub type wchar_t = i32;
|
#![allow(non_camel_case_types)]
|
|
|
|
pub type wchar_t = i32;
|