slvm

Macro clear_bit

Source
macro_rules! clear_bit {
    ($val:expr, $bit:expr) => { ... };
}