6 lines
189 B
Rust
6 lines
189 B
Rust
//! `wchar_t` from `stddef.h` implementation.
|
|
//!
|
|
//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html>.
|
|
//!
|
|
//! Implemented via ifdefs and defines in cbindgen.
|