Files
RedBear-OS/src/header/bits_locale-t/mod.rs
T
Connor-GH cedd1686ba string.h: don't pollute the namespace with locale.h
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.
2026-01-20 14:29:08 -06:00

2 lines
44 B
Rust

pub type locale_t = *mut core::ffi::c_void;