1 2 3 4
// -- ~/lib/erl_interface/src/misc/eiext.h -- pub const MIN: i32 = -(1 << 27); // -134217728 pub const MAX: i32 = (1 << 27)-1; // 134217727