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