Constant libc::LC_MONETARY
pub const LC_MONETARY: ::c_int = 4;
The portability is definied by:
#[cfg(all(not(target_env = "uclibc"), not(any())))]
pub const LC_MONETARY: ::c_int = 4;
#[cfg(all(not(target_env = "uclibc"), not(any())))]