cedd1686ba
Previously, we included all of `<locale.h>` in order to get `locale_t`. This commit separates it into a `<bits/locale-t.h>` header (generated by cbindgen) to better deal with this.
2 lines
44 B
Rust
2 lines
44 B
Rust
pub type locale_t = *mut core::ffi::c_void;
|