mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-24 10:45:08 +00:00
55f655f003
This allows the wgettext! macro, which calls into C++.
4 lines
49 B
Rust
4 lines
49 B
Rust
pub mod gettext;
|
|
mod wcstoi;
|
|
|
|
pub use wcstoi::*;
|