Constant STB_LOCAL

Source
pub const STB_LOCAL: u8 = 0;
Expand description

Local symbols are not visible outside the object file containing their definition. Local symbols of the same name may exist in multiple files without interfering with each other.